Vector4.Transform Method |
Language: |
Transforms a 4-D vector or an array of 4-D vectors by a given matrix.
Visual Basic Public Shared Function Transform( _
ByVal vector() As Vector4, _
ByVal sourceMatrix As Matrix _
) As Vector4()C# public static Vector4[] Transform(
Vector4[] vector,
Matrix sourceMatrix
);C++ public:
static array<Vector4>^ Transform(
array<Vector4>^ vector,
Matrix sourceMatrix
);JScript public static function Transform(
vector : Vector4[],
sourceMatrix : Matrix
) : Vector4[];
vector Microsoft.DirectX.Vector4[]
Array of source Vector4 structures.sourceMatrix Microsoft.DirectX.Matrix
Source Matrix structure.
Microsoft.DirectX.Vector4[]
Array of Vector4 structures that are the result of the method.
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