MatrixD.scale constructor

MatrixD.scale(
  1. double x,
  2. double y,
  3. double z
)

Implementation

factory MatrixD.scale(double x, double y, double z)
  => RaylibMatrixFactories.scale(x, y, z) as MatrixD;