Matrix3FromRotateByZ Method (Radian, Matrix3) |
Creates a matrix that rotates around the z-axis.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void FromRotateByZ(
Radian angle,
out Matrix3 result
)
Parameters
- angle
- Type: NeoAxisRadian
The angle in radians. - result
- Type: NeoAxisMatrix3
When the method completes, contains the resulting rotation matrix.
See Also