AnimationSet.GetScaleRotateTranslate Method |
Language: |
Retrieves the scale, rotate, and translate (SRT) values of an animation set.
Visual Basic Public Function GetScaleRotateTranslate( _
ByVal periodicPosition As Double, _
ByVal animation As Integer _
) As ScaleRotateTranslateC# public ScaleRotateTranslate GetScaleRotateTranslate(
double periodicPosition,
int animation
);C++ public:
ScaleRotateTranslate GetScaleRotateTranslate(
double periodicPosition,
int animation
);JScript public function GetScaleRotateTranslate(
periodicPosition : double,
animation : int
) : ScaleRotateTranslate;
periodicPosition System.Double
Position of the animation set; can be obtained by calling GetPeriodicPosition.animation System.Int32
Animation index.
Microsoft.DirectX.Direct3D.ScaleRotateTranslate
Returns a ScaleRotateTranslate structure.
CompressedAnimationSet, KeyframedAnimationSet
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