DX9ToolsR4 - Created by: X

GeneralHelpers.BuildMatrixStack Method (MatrixStackCollection)

Builds a matrix from a matrix stack.

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

Parameters

Stack
A reference to a MatrixStackCollection type.

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