MatrixD.rotateX constructor

MatrixD.rotateX(
  1. double angle
)

Implementation

factory MatrixD.rotateX(double angle)
  => RaylibMatrixFactories.rotateX(angle) as MatrixD;