Declared in SolarSystem
Declaration
bool IsLineOfSight(
Vector3 start,
Vector3 end
);
Description
Determines if one object is in line of sight of another object taking in account all of the positions of the planets and their radius.
Parameters
Name | Description |
---|---|
start | [m] The start position |
end | [m] The end position |