Microsoft DirectX 9.0 SDK Update (October 2004)

TextureShader.SetValueTranspose Method

Language:

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

Sets a transposed matrix.

Definition

Visual Basic .NET Public Sub SetValueTranspose( _
    ByVal constant As EffectHandle, _
    ByVal matrix As Matrix _
)
C# public void SetValueTranspose(
    EffectHandle constant,
    Matrix matrix
);
Managed C++ public: void SetValueTranspose(
    EffectHandle *constant,
    Matrix matrix
);
JScript .NET public function SetValueTranspose(
    constant : EffectHandle,
    matrix : Matrix
);

Parameters

constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that represents the unique identifier to a constant.
matrix Microsoft.DirectX.Matrix. A transposed Matrix object to set.

Remarks

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

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 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