Click or drag to resize
DigitalRuneSrtTransformHasRotation Property
Gets a value indicating whether the rotation is not the default rotation. (Using a numerical tolerant comparison, see Numeric.)

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool HasRotation { 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