X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fellipse.h;h=b200f78027c8e2f042cbc3547412fac371035e97;hb=669a05b5a52bd759f0ea08772e0ed17222b015a0;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=eb0057e8a8145032152e4c417fcd102ef5a21484;p=architektonas diff --git a/src/ellipse.h b/src/ellipse.h index e69de29..b200f78 100644 --- a/src/ellipse.h +++ b/src/ellipse.h @@ -0,0 +1,10 @@ +/* +An ellipse is just a variant of a circle, do we really need a separate class +for them? + +We have a separate class for arcs, and those are circle variants too. + +Maybe. The ellipse (and elliptical arc) have two focii and a rotation angle. +But there's no reason why those extras couldn't go into the Circle class as +well. +*/