Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationSet.GetScaleRotateTranslate Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Function GetScaleRotateTranslate( _
    ByVal periodicPosition As Double, _
    ByVal animation As Integer _
) As ScaleRotateTranslate
C# public ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
Managed C++ public: ScaleRotateTranslate GetScaleRotateTranslate(
    double periodicPosition,
    int animation
);
JScript .NET 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


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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