Matrix.initScale

nitializes matrix to a transformation that scales by sx and sy in the X and Y dimensions, respectively.

  1. void initScale(double sx, double sy)
  2. void initScale(Point!double point)
    struct Matrix
    void
    initScale
    (
    Point!double point
    )

Meta