D3DXKEY_QUATERNION
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXKEY_QUATERNION Structure


Describes a quaternion key for use in key frame animation. A quaternion key is a quaternion value at a given time.

Syntax

typedef struct _D3DXKEY_QUATERNION {
    FLOAT Time;
    D3DXQUATERNION Value;
} D3DXKEY_QUATERNION, *LPD3DXKEY_QUATERNION;

Members

Time
Time value.
Value
D3DXQUATERNION quaternion that supplies rotation values.

Structure Information

Headerd3dx9anim.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.