Click or drag to resize
DigitalRuneSrtTransformInverse Property
Gets the inverse of this SRT transform.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public SrtTransform Inverse { get; }

Property Value

Type: SrtTransform
The inverse of this SRT transform.
See Also