Vector4.Transform Method (Vector4, Matrix)
Transforms a Vector4 by the specified Matrix.
Syntax
'Declaration
Public Shared Function Transform ( _
vector As Vector4, _
matrix As Matrix _
) As Vector4
public static Vector4 Transform (
Vector4 vector,
Matrix matrix
)
public:
static Vector4 Transform(
Vector4 vector,
Matrix matrix
)
Parameters
Return Value
Type: Vector4
The transformed Vector4.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone