At the Apogee I have a radius (rx,ry,rz) and a velocity (vx,vy,vz).
I want to expand the ellipse using Hohmann Transfer.
v=Math.Sqr(vx^2+vy^2+vz^2)
uv=(vx/v,vy/v,vz/v)
Here is where my delema is:
vNew is the desired instantaneous velocity which will keep on the same plane you must...