Vector3.TransformCoordinate Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Transforms a 3-D vector or an array of 3-D vectors using a given matrix, projecting the result back into w = 1.
Overload List
Name | Description | |
---|---|---|
TransformCoordinate(Matrix) | Transforms the current 3-D vector using the specified matrix, projecting the result back into w = 1. | |
TransformCoordinate(Vector3, Matrix) | Transforms the specified 3-D vector using the specified matrix, projecting the result back into w = 1. | |
TransformCoordinate(array<Vector3[], Matrix) | Transforms the specified array of 3-D vectors using the specified matrix, projecting the result back into w = 1. |
Top