MatrixRotateX function

MatrixD MatrixRotateX(
  1. double angle
)

Implementation

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