We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get x-rotation matrix NOTE: Angle must be provided in radians
// Rotate 30 degrees around the X axis angle = 30 * (pi / 180) r = raylib.MatrixRotateX(angle)
There was an error while loading. Please reload this page.