Click or drag to resize
DigitalRuneSkeletonPoseTraitsInvert Method
Gets the inverse of an animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Invert(
	ref SkeletonPose value,
	ref SkeletonPose inverse
)

Parameters

value
Type: DigitalRune.Animation.CharacterSkeletonPose
In: The animation value.
inverse
Type: DigitalRune.Animation.CharacterSkeletonPose
Out: The inverse of value.

Implements

IAnimationValueTraitsTInvert(T, T)
Exceptions
ExceptionCondition
NotSupportedExceptionSkeletonPoses do not have inverse.
See Also