MatrixRotateY method

MatrixStructType MatrixRotateY(
  1. double angle
)

Implementation

MatrixStructType MatrixRotateY(double angle)
  => RaylibMatrixFactories.rotateY(angle) as MatrixStructType;