MatrixRotateX function

MatrixC MatrixRotateX(
  1. double angle
)

Implementation

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