Matrix4x4CreateRotationZ(Double) Method
Creates a matrix for rotating points around the Z-axis.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static Matrix4x4 CreateRotationZ(
double radians
)
Public Shared Function CreateRotationZ (
radians As Double
) As Matrix4x4
public:
static Matrix4x4 CreateRotationZ(
double radians
)
static member CreateRotationZ :
radians : float -> Matrix4x4
- radians Double
- The amount, in radians, by which to rotate around the Z-axis.
Matrix4x4The rotation matrix.