| PoseDHasRotation Property |
Gets a value indicating whether the orientation is not the default rotation.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool HasRotation { get; }
Public ReadOnly Property HasRotation As Boolean
Get
public:
property bool HasRotation {
bool get ();
}
member HasRotation : bool with get
Property Value
Type:
Boolean if the orientation describes a non-zero rotation; otherwise,
if the orientation is not used (rotation angle is zero;
Orientation is an identity matrix).
See Also