Click or drag to resize
DigitalRuneSrtTransformHasTranslation Property
Gets a value indicating whether the translation is not 0. (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 HasTranslation { get; }

Property Value

Type: Boolean
if the translation describes a non-zero translation; otherwise, .
See Also