RadialBlit.setCoords

Specifiy the orientation in terms of an elipse, for that we need 3 points... (x0,y0) is the center of the elipse (x1,y1) is radius at 0 degrees (x2,y2) is radius at 90 degrees The radii dont need to be at right angles, so it can handle elipse that has been though any affine transform.

  1. void setCoords(float x0, float y0, float x1, float y1, float x2, float y2)
    struct RadialBlit
    void
    setCoords
    (
    float x0
    ,
    float y0
    ,
    float x1
    ,
    float y1
    ,
    float x2
    ,
    float y2
    )
  2. void setCoords(float x0, float y0, float x1, float y1)

Meta