Matrix3x2d.scaling

Set this matrix to be a simple scale matrix.

@param x the scale in x @param y the scale in y @return this

  1. Matrix3x2d scaling(double factor)
  2. Matrix3x2d scaling(double x, double y)
    struct Matrix3x2d
    ref return
    scaling
    (
    double x
    ,
    double y
    )

Meta