Summary

public double? DoesTrajectoryIntersectNaturalGravity(RayD trajectory, double raySize)

Checks if the specified trajectory intersects any natural gravity wells.

Returns

double?

Null if doesn't intersect, double if

Parameters