Description
Transforms this pre-multiplying it by the matrix leftSide. Returns the reference to this point.
Result is the same as setToProduct(leftSide, *this).
Visual Basic
Public Function TransformBy( leftSide As Matrix3d ) As Point3d
C#
public Point3d TransformBy( Matrix3d leftSide );
Parameters
Parameters | Description |
---|---|
Matrix3d leftSide | Input transform matrix |