RadialBlit.setCoords

Specifiy the orientation in terms of an circle, for that we need two points, (x0,y0) is the center of the circle (x1,y1) is radius at 0 degrees

  1. 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)
    struct RadialBlit
    void
    setCoords
    (
    float x0
    ,
    float y0
    ,
    float x1
    ,
    float y1
    )

Meta