Matrix2d.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. Matrix2d scaling(double factor)
  2. Matrix2d scaling(double x, double y)
    struct Matrix2d
    ref return
    scaling
    (
    double x
    ,
    double y
    )
  3. Matrix2d scaling(Vector2d xy)

Meta