Opened 12 years ago
Last modified 8 years ago
#103 assigned new-feature
geometric -- ellipse class needs help
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-graphiq | Version: | |
Keywords: | Cc: |
Description
ellipse:
- needs foci calculations:
- the ellipse has no way of calculating the two foci or the length of the sum of the distances from the foci.
- new parametric equations for ellipse
- y = ab tan theta / sqrt(b2 + tan2 theta * a2)
- x = ab / sqrt(b2 + tan2 theta * a2)
- remember that basic ellipse equation is:
- 2 2 x y - + - = 1 2 2 a b
Note:
See TracTickets
for help on using tickets.