| SrtTransformTraitsInvert Method |
Gets the inverse of an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Invert(
ref SrtTransform value,
ref SrtTransform inverse
)
Public Sub Invert (
ByRef value As SrtTransform,
ByRef inverse As SrtTransform
)
public:
virtual void Invert(
SrtTransform% value,
SrtTransform% inverse
) sealed
abstract Invert :
value : SrtTransform byref *
inverse : SrtTransform byref -> unit
override Invert :
value : SrtTransform byref *
inverse : SrtTransform byref -> unit
Parameters
- value
- Type: DigitalRune.Animation.CharacterSrtTransform
In: The animation value. - inverse
- Type: DigitalRune.Animation.CharacterSrtTransform
Out: The inverse of value.
Implements
IAnimationValueTraitsTInvert(T, T)See Also