Microsoft DirectX 9.0 SDK Update (October 2004)

Transforms.GetWorldMatrixByIndex Method

Language:

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

Retrieves a world matrix transform by its index.

Definition

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

Parameters

index System.Int32. Value between 0 and 255 that indicates the index of the world matrix to retrieve.

Return Value

Microsoft.DirectX.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