ID3DXAnimationSet::GetPeriodicPosition

Returns time position in the local timeframe of an animation set.

DOUBLE GetPeriodicPosition(
  DOUBLE Position
);

Parameters

Position
[in] Local time of the animation set.

Return Values

Time position as measured in the timeframe of the animation set. This value will be bounded by the period of the animation set.

Remarks

The time position returned by this method can be used as the PeriodicPosition parameter of ID3DXAnimationSet::GetSRT.

Requirements

Header: Declared in D3dx9anim.h.