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