DX9ToolsR4 - Created by: X

GeneralHelpers.BuildMatrixStack Method (MatrixStackCollection, Matrix)

Builds a matrix from a matrix stack.

[Visual Basic]
Overloads Public Shared Function BuildMatrixStack( _
   ByVal Stack As MatrixStackCollection, _
   ByVal InitialState As Matrix _
) As Matrix
[C#]
public static Matrix BuildMatrixStack(
   MatrixStackCollection Stack,
   Matrix InitialState
);

Parameters

Stack
A reference to a MatrixStackCollection type.
InitialState
The initial or starting matrix to use

Return Value

Returns the built matrix.

Exceptions

Exception TypeCondition
ArgumentNullException Will throw a standard ArgumentNullException Exception if the Stack parameter is nothing.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace | GeneralHelpers.BuildMatrixStack Overload List