Matrix.CreateFromAxisAngle Method (Vector3, Single, Matrix)
Creates a new Matrix that rotates around an arbitrary vector.
Syntax
'Declaration
Public Shared Sub CreateFromAxisAngle ( _
ref axis As Vector3, _
angle As Single, _
out result As Matrix _
)
public static void CreateFromAxisAngle (
ref Vector3 axis,
float angle,
out Matrix result
)
public:
static void CreateFromAxisAngle(
ref Vector3 axis,
float angle,
out Matrix result
)
Parameters
- axis
Type: Vector3
The axis to rotate around. - angle
Type: Single
The angle to rotate around the vector. - result
Type: Matrix
[OutAttribute] The created Matrix.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone