MatrixRotateX method

MatrixStructType MatrixRotateX(
  1. double angle
)

Implementation

MatrixStructType MatrixRotateX(double angle)
  => RaylibMatrixFactories.rotateX(angle) as MatrixStructType;