Matrix4x4CreateRotationZ(Double) Method

Creates a matrix for rotating points around the Z-axis.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Matrix4x4 CreateRotationZ(
	double radians
)

Parameters

radians  Double
The amount, in radians, by which to rotate around the Z-axis.

Return Value

Matrix4x4
The rotation matrix.

See Also