Share via


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
Public methodSupported by the .NET Compact Framework TransformCoordinate(Matrix) Transforms the current 3-D vector using the specified matrix, projecting the result back into w = 1.
Public methodStatic memberSupported by the .NET Compact Framework TransformCoordinate(Vector3, Matrix) Transforms the specified 3-D vector using the specified matrix, projecting the result back into w = 1.
Public methodStatic memberSupported by the .NET Compact Framework TransformCoordinate(array<Vector3[], Matrix) Transforms the specified array of 3-D vectors using the specified matrix, projecting the result back into w = 1.

Top

See Also

Reference

Vector3 Structure

Vector3 Members

Microsoft.WindowsMobile.DirectX Namespace