Click or drag to resize

Transform2dIsTranslation Property

True if this transform is a pure translation, that is the linear part is the 2x2 identity.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool IsTranslation { get; }

Property Value

Type: Boolean
See Also