Vector4.Transform Method (Vector4, Quaternion)
Transforms a Vector4 by a specified Quaternion.
Syntax
'Declaration
Public Shared Function Transform ( _
value As Vector4, _
rotation As Quaternion _
) As Vector4
public static Vector4 Transform (
Vector4 value,
Quaternion rotation
)
public:
static Vector4 Transform(
Vector4 value,
Quaternion rotation
)
Parameters
- value
Type: Vector4
The Vector4 to transform. - rotation
Type: Quaternion
The Quaternion rotation to apply.
Return Value
Type: Vector4
The Vector4 resulting from the transformation.
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