MatrixRotateZ function

MatrixC MatrixRotateZ(
  1. double angle
)

Implementation

MatrixC MatrixRotateZ(double angle)
  => _module.MatrixRotateZ(angle);