Description:

Transforms the vector in place. The transformation matrix acts on the left of the vector; i.e., result = transformation*vector

Syntax:
public void Transform(
Transform transformation
)
Parameters:
  • transformation
  • Type: Transform
  • Transformation matrix to apply.
Returns:
Type: void
Available since:
5.0

Transform method

Class:  Rhino.Geometry.Vector3d

Nothing found