NVGMatrix.skewY

Skew this matrix by Y axis.

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