Click or drag to resize

Transform2dZeroTransformation Property

Gets a transform matrix in which every value is zero. This transformation maps every point to (0,0).

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Transform2d ZeroTransformation { get; }

Property Value

Type: Transform2d
See Also