I'm required to move my virtual camera from Point A in 3D space to Point B in an elliptical orbit. So far, I have:
- Calculated the projected lines from the center of each camera position (i.e. extended the front vector infinitely).
- Used this to calculate the minimum distance between these 2 projected lines which will act as the center for my ellipse.
- Visualized the 3D skewed plane in which I need to perform the movement.
But now I am stuck! I'm (obviously) not a mathematician so I'm having a hard time getting my head around what I need to do next.
I have 2 points on this elliptical arc (although I have no idea where they are on the circumference, and so have no idea what the major and minor axis limits are; a
and b
in conventional notation I believe?)
Currently, the movement between these 2 points is linear so I can use that as a starting base in case that is any sort of help? Could someone please guide me in the right direction?