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