Microsoft DirectX 9.0 SDK Update (October 2004)

SkinInformation.GetBoneOffsetMatrix Method

Language:

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

Retrieves the bone offset matrix.

Definition

Visual Basic .NET Public Function GetBoneOffsetMatrix( _
    ByVal bone As Integer _
) As Matrix
C# public Matrix GetBoneOffsetMatrix(
    int bone
);
Managed C++ public: Matrix GetBoneOffsetMatrix(
    int bone
);
JScript .NET public function GetBoneOffsetMatrix(
    bone : int
) : Matrix;

Parameters

bone System.Int32. Value that represents the bone number of the bone offset matrix to retrieve.

Return Value

Microsoft.DirectX.Matrix . A Matrix object that represents the bone offset matrix.

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