| SrtTransformHasTranslation Property |
Gets a value indicating whether the translation is not 0.
(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 HasTranslation { get; }
Public ReadOnly Property HasTranslation As Boolean
Get
public:
property bool HasTranslation {
bool get ();
}
member HasTranslation : bool with get
Property Value
Type:
Boolean if the translation describes a non-zero translation; otherwise,
.
See Also