This repository contains a MATLAB project focused on calculating orbital plane intersections and other orbital mechanics parameters. The code takes input from topocentric-horizon coordinates and ...
Finding intersections of ellipses or spheroids is a fairly complicated task which typically involves solving a quartic equation with an iterative solver. However, the story is very different if the ...