GetClosestPlanet
Summary
public static MyPlanet GetClosestPlanet(Vector3D position)
Get the closest planet overlapping a position. This will not return anything if the position is not within the bounding box of the planet.
Returns
Parameters
- Vector3D position
Summary
public static MyPlanet GetClosestPlanet(ref BoundingBoxD box)
Returns
Parameters
- BoundingBoxD box