Click or drag to resize

Transform2dTranslation Method (Vector2d)

Constructs a new translation (move) transformation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Transform2d Translation(
	Vector2d motion
)

Parameters

motion
Type: Rhino.GeometryVector2d
Translation (motion) vector.

Return Value

Type: Transform2d
A transform matrix which moves geometry along the motion vector.
See Also