Vector4.Transform Method

Language:

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

Definition

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

Parameters

sourceMatrix Microsoft.DirectX.Matrix
Source Matrix structure.

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