I have the semiMajor,semiMinor, orientation and center lat/long points.
The equations I tried previously, I believe is for a flat surface and are not generating the correct points.
Here are the equations I'm using:
An ellipse rotated from an angle phi from the origin has as equation:
x= h + a cos( t) cos(phi) - b sin(t) sin(phi)
y = k + bsin(t)cose(phi)+ acos(t)sin(phi)
where (h,k) is the center, a and b the size of the major and minor
axis and t varies from -pi to pi.
Any help would be greatly appreciated.
Thanks