Scott,
Only in my head so far. I am planning on actually putting pen to
paper next week while I do a major upgrade to an application at work.
However, I'm not starting from scratch. I already have an algorithm
that plots a new lat/long when given a lat/long, bearing, and
distance. I use this for plotting circles by running it through
360deg.
To modify this for an ellipse I just have to calculate the constantly
changing "radius" of the ellipse. My plan is to calculate the X and Y
coordinates of the ellipse using the parametric formula for an ellipse
at a given degree and then calculate the distance of that point from
the center of the ellipse which is the "radius" of the ellipse. Then
I'll take that distance at the given degree, and plot it in the
algorithm I already have.
mwill
> > mwill- Hide quoted text -
>
> - Show quoted text -