| SrtTransformHasRotation Property |
Gets a value indicating whether the rotation is not the default rotation.
(Using a numerical tolerant comparison, see
Numeric.)
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.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 rotation describes a non-zero rotation; otherwise,
if the rotation is not used (rotation angle is zero;
Rotation is the identity quaternion).
See Also