MatrixRotateZYX method

MatrixStructType MatrixRotateZYX(
  1. Vector3StructType angle
)

Implementation

MatrixStructType MatrixRotateZYX(Vector3StructType angle)
  => RaylibMatrixFactories.rotateZYX(angle) as MatrixStructType;