Vector2.TransformCoordinate Method
Language: Visual Basic .NET C# Managed C++ JScript .NET (Show All)
Note: This documentation is preliminary and is subject to change.
Transforms a 2-D vector or an array of 2-D vectors by a given matrix, projecting the result back into w = 1.
Definition
Visual Basic .NET
Public Sub TransformCoordinate ( _ ByVal sourceMatrix As Matrix _ )
C#
public void TransformCoordinate ( Matrix sourceMatrix );
Managed C++
public: void TransformCoordinate ( Matrix sourceMatrix );
JScript .NET
public function TransformCoordinate ( sourceMatrix : Matrix );
Parameters
Remarks
This method transforms the source vector, source (x , y , 0, 1), or all vectors in the vector parameter, by the matrix sourceMatrix , projecting the result back into w = 1.
© 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