Question: Code a java class to create an ellipse with a center and a radius (it is a circle that has been stretched). Make sure to
Code a java class to create an ellipse with a center and a radius (it is a circle that has been stretched). Make sure to implement the following functions in your program.

The ellipse has two focal points along its longest axis. The distance between its center and each focal point is: f = V12 - P Implement the method focalDistance() to return this value. The eccentricity of an ellipse is defined as: e= max(rura) e = max(r1,r2) Implement the method eccentricity() to return this value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
