]> Shamusworld >> Repos - architektonas/blobdiff - src/ellipse.h
Mirror tool now works successfully for all object types. :-D
[architektonas] / src / ellipse.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b200f78027c8e2f042cbc3547412fac371035e97 100644 (file)
@@ -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.
+*/