Click or drag to resize
DigitalRuneSrtTransformIdentity Field
An SRT transform with no scale, rotation and translation.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static readonly SrtTransform Identity

Field Value

Type: SrtTransform
Remarks
The scale is set to One, the rotation is set to Identity, and the translation is set to Zero.
See Also