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