]> Shamusworld >> Repos - architektonas/blob - src/ellipse.h
b200f78027c8e2f042cbc3547412fac371035e97
[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 */