TransformIsAffine Property |
Tests for an affine transformation.
An affine transformation can be broken into a linear transformation and a translation.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.12
Syntaxpublic bool IsAffine { get; }
Public ReadOnly Property IsAffine As Boolean
Get
Property Value
Type:
Boolean
See Also