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:

  1. needs foci calculations:
    1. the ellipse has no way of calculating the two foci or the length of the sum of the distances from the foci.
  2. new parametric equations for ellipse
    1. y = ab tan theta / sqrt(b2 + tan2 theta * a2)
    2. x = ab / sqrt(b2 + tan2 theta * a2)
    3. remember that basic ellipse equation is:
    4. 2 2 x y - + - = 1 2 2 a b

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.