#include "point.h" // Calculate the gravitational attraction of a ring through r centered on x==0 z==0 on point p Point RingAttraction(const Point& r, const Point& p);