| SrtTransformInverse Property |
Gets the inverse of this SRT transform.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public SrtTransform Inverse { get; }
Public ReadOnly Property Inverse As SrtTransform
Get
public:
property SrtTransform Inverse {
SrtTransform get ();
}
member Inverse : SrtTransform with get
Property Value
Type:
SrtTransformThe inverse of this SRT transform.
See Also