Matrix.this

  1. this(double xx, double xy, double yx, double yy, double x0, double y0)
  2. this(void* ptr, Flag!"Take" take)
    class Matrix
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )