MatrixRotateX method

MatrixD MatrixRotateX(
  1. double angle
)

Implementation

MatrixD MatrixRotateX(double angle) => .rotateX(angle);