AnimationSet.GetScaleRotateTranslate Method

Language:

Retrieves the scale, rotate, and translate (SRT) values of an animation set.

Definition

Visual Basic Public Function GetScaleRotateTranslate( _
    ByVal periodicPosition As Double, _
    ByVal animation As Integer _
) As ScaleRotateTranslate
C# public ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
C++ public:
ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
JScript public function GetScaleRotateTranslate(
    periodicPosition : double,
    animation : int
) : ScaleRotateTranslate;

Parameters

periodicPosition System.Double
Position of the animation set; can be obtained by calling GetPeriodicPosition.
animation System.Int32
Animation index.

Return Value

Microsoft.DirectX.Direct3D.ScaleRotateTranslate
Returns a ScaleRotateTranslate structure.

Applies To

CompressedAnimationSet, KeyframedAnimationSet

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center