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