ID3DXAnimationSet::GetPeriodicPosition method

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

Syntax

DOUBLE GetPeriodicPosition(
  [in] DOUBLE Position
);

Parameters

Position [in]

Type: DOUBLE

Local time of the animation set.

Return value

Type: DOUBLE

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

Requirement Value
Header
D3dx9anim.h
Library
D3dx9.lib

See also

ID3DXAnimationSet