RotationZRef(Matrix4x4,Single,Vector3) Method
In This Topic
Creates a matrix for rotating points around the Z axis from a center point.
Syntax
'Declaration
Public Overloads Shared Sub RotationZRef( _
ByRef As Matrix4x4, _
ByVal As System.Single, _
ByRef As Vector3 _
)
public static void RotationZRef(
out Matrix4x4 ,
System.float ,
ref Vector3
)
Parameters
- result
- When the method completes, contains the created rotation matrix.
- radians
- The amount, in radians, by which to rotate around the Z-axis.
- centerPoint
- The center point.
See Also