]> Shamusworld >> Repos - architektonas/blob - src/ellipse.h
Added mouse wheel zoom.
[architektonas] / src / ellipse.h
1 /*
2 An ellipse is just a variant of a circle, do we really need a separate class
3 for them?
4
5 We have a separate class for arcs, and those are circle variants too.
6
7 Maybe. The ellipse (and elliptical arc) have two focii and a rotation angle.
8 But there's no reason why those extras couldn't go into the Circle class as
9 well.
10
11 Actually, all that's needed are the two focii and radius...
12 */