MatrixRotateZ function

MatrixD MatrixRotateZ(
  1. double angle
)

Implementation

MatrixD MatrixRotateZ(
  double angle,
) => _module.MatrixRotateZ(angle);