The OpenD Programming Language

NVGMatrix.point

Transform point with this matrix. null destinations are allowed. sx and sy is the source point. dx and dy may point to the same variables.

  1. void point(float* dx, float* dy, float sx, float sy)
    struct NVGMatrix
    nothrow @trusted @nogc nothrow @trusted @nogc
    void
    point
    (
    float* dx
    ,
    float* dy
    ,
    float sx
    ,
    float sy
    )
  2. void point(float x, float y)

Meta