Click or drag to resize
DigitalRunePoseDHasRotation Property
Gets a value indicating whether the orientation is not the default rotation.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool HasRotation { 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