MatrixRotateZ method

MatrixD MatrixRotateZ(
  1. double angle
)

Implementation

MatrixD MatrixRotateZ(double angle) => .rotateZ(angle);