Description
Sets this scale vector to the product of itself and the scale vector leftSide. Note that the multiplication of scale vectors is commutative.
Returns the scale vector.
Visual Basic
Public Function PreMultiplyBy( leftSide As Scale2d ) As Scale2d
C#
public Scale2d PreMultiplyBy( Scale2d leftSide );
Parameters
| Parameters | Description |
|---|---|
| Scale2d leftSide | Input scale vector |