NVGMatrix.point

Transform point with this matrix.

  1. void point(float* dx, float* dy, float sx, float sy)
  2. void point(float x, float y)
    struct NVGMatrix
    nothrow @trusted @nogc nothrow @trusted @nogc
    void
    point
    (
    ref float x
    ,
    ref float y
    )
Suggestion Box / Bug Report