]> Shamusworld >> Repos - architektonas/blobdiff - src/ellipse.h
Added mouse wheel zoom.
[architektonas] / src / ellipse.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c58e41fda0a4c978a632124beff3e1fa7b5ea35d 100644 (file)
@@ -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...
+*/