NVGMatrix.skewY

Skew this matrix by both axes.

  1. NVGMatrix skewY(float a)
  2. NVGMatrix skewY(float ax, float ay)
    struct NVGMatrix
    nothrow @trusted @nogc ref return
    skewY
    (
    in float ax
    ,
    in float ay
    )
Suggestion Box / Bug Report