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