| SrtTransformIdentity Field |
An SRT transform with no scale, rotation and translation.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static readonly SrtTransform Identity
Public Shared ReadOnly Identity As SrtTransform
public:
static initonly SrtTransform Identity
static val Identity: SrtTransform
Field Value
Type:
SrtTransformRemarks
The scale is set to
One, the rotation is set to
Identity, and the translation is set to
Zero.
See Also