BaseEffect.GetValueMatrixTransposeArray Method

Language:

Retrieves an array of transposed matrices.

Definition

Visual Basic Public Function GetValueMatrixTransposeArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As Matrix()
C# public Matrix[] GetValueMatrixTransposeArray(
    EffectHandle parameter,
    int count
);
C++ public:
array<Matrix>^ GetValueMatrixTransposeArray(
    EffectHandleparameter,
    int count
);
JScript public function GetValueMatrixTransposeArray(
    parameter : EffectHandle,
    count : int
) : Matrix[];

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
count System.Int32
Number of matrices in the returned array.

Return Value

Microsoft.DirectX.Matrix[]
Array of transposed matrices.

Remarks

A transposed matrix contains column-major data; that is, each vector is contained in a column.

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center