| Vector3FTraitsInvert 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 Vector3F value,
ref Vector3F inverse
)
Public Sub Invert (
ByRef value As Vector3F,
ByRef inverse As Vector3F
)
public:
virtual void Invert(
Vector3F% value,
Vector3F% inverse
) sealed
abstract Invert :
value : Vector3F byref *
inverse : Vector3F byref -> unit
override Invert :
value : Vector3F byref *
inverse : Vector3F byref -> unit
Parameters
- value
- Type: DigitalRune.Mathematics.AlgebraVector3F
In: The animation value. - inverse
- Type: DigitalRune.Mathematics.AlgebraVector3F
Out: The inverse of value.
Implements
IAnimationValueTraitsTInvert(T, T)See Also