MatrixTranslate method

MatrixStructType MatrixTranslate(
  1. double x,
  2. double y,
  3. double z
)

Implementation

MatrixStructType MatrixTranslate(double x, double y, double z)
  => RaylibMatrixFactories.translate(x, y, z) as MatrixStructType;