Vector3d.Transform Method

Vector3dTransform Method

Transforms the vector in place.

The transformation matrix acts on the left of the vector; i.e.,

result = transformation*vector

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Transform(
	Transform transformation
)
Public Sub Transform ( 
	transformation As Transform
)

Parameters

transformation
Type: Rhino.GeometryTransform
Transformation matrix to apply.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also