X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstructs.h;h=ea2245f65197b537945ff5a99edc7121a3344e96;hb=dacd9dc2c1ac093e4945f7befaeb5ff1801a0f52;hp=e7e7b30643ffa82465922fe2fdc3fead7d6a61cb;hpb=10cf4c797bed05831e976068b7504908279dc997;p=architektonas diff --git a/src/structs.h b/src/structs.h index e7e7b30..ea2245f 100644 --- a/src/structs.h +++ b/src/structs.h @@ -71,7 +71,8 @@ struct Arc { OBJECT_COMMON; Arc(); - Arc(Vector pt1, double r, double a1, double a2, float th = 1.0, uint32_t c = 0, int l = LSSolid); + Arc(Vector ctr, double r, double a1, double a2, float th = 1.0, uint32_t c = 0, int l = LSSolid); + Arc(Vector ctr, double r, Point p1, Point p2, float th = 1.0, uint32_t c = 0, int l = LSSolid); Rect Bounds(void); };