RotationRef(Matrix3x2,Single) Method
In This Topic
Creates a matrix that rotates.
Syntax
'Declaration
Public Overloads Shared Sub RotationRef( _
ByRef As Matrix3x2, _
ByVal As System.Single _
)
public static void RotationRef(
out Matrix3x2 ,
System.float
)
Parameters
- result
- When the method completes, contains the created rotation matrix.
- degrees
- Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
See Also