X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fellipse.h;h=c58e41fda0a4c978a632124beff3e1fa7b5ea35d;hb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=eb0057e8a8145032152e4c417fcd102ef5a21484;p=architektonas diff --git a/src/ellipse.h b/src/ellipse.h index e69de29..c58e41f 100644 --- a/src/ellipse.h +++ b/src/ellipse.h @@ -0,0 +1,12 @@ +/* +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. + +Actually, all that's needed are the two focii and radius... +*/