Microsoft DirectX 9.0 SDK Update (October 2004)

Vector4.Transform Method

Language:

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

Transforms a 4-D vector or an array of 4-D vectors by a given matrix.

Definition

Visual Basic .NET Public Sub Transform( _
    ByVal sourceMatrix As Matrix _
)
C# public void Transform(
    Matrix sourceMatrix
);
Managed C++ public: void Transform(
    Matrix sourceMatrix
);
JScript .NET public function Transform(
    sourceMatrix : Matrix
);

Parameters

sourceMatrix Microsoft.DirectX.Matrix. Source Matrix structure.

© 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