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