Share via


Vector3.Transform Method (Vector3, Matrix, Vector3)

Transforms a Vector3 by the given Matrix.

Syntax

'Declaration
Public Shared Sub Transform ( _
         ref position As Vector3, _
         ref matrix As Matrix, _
         out result As Vector3 _
)
public static void Transform (
         ref Vector3 position,
         ref Matrix matrix,
         out Vector3 result
)
public:
static void Transform(
         ref Vector3 position,
         ref Matrix matrix,
         out Vector3 result
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone