Kerbal Space Program
1.12.4
|
Contains the Ground Location Parameters for a vessel in a mission More...
Public Member Functions | |
override bool | Equals (object obj) |
string | GetExtraText () |
Get extra text to be appended at the end of the node label caption. More... | |
override int | GetHashCode () |
string | GetNodeBodyParameterString () |
Returns the string to be displayed when the parameter is displayed in the node body More... | |
Waypoint | GetWaypoint () |
Get the waypoint marker to show the location of the surface area. More... | |
Vector3 | GetWorldPosition () |
Get location where the marker for the node should be displayed in world. More... | |
bool | HasNodeLabel () |
Should we create a node label for this object or not? More... | |
bool | HasWaypoint () |
Should we create a waypoint for this object or not? More... | |
bool | HasWorldPosition () |
Does the label represent an actual world position? For example, biomes won't have a world position, but a point in space will. More... | |
bool | IsPointInCircle (double lat, double lon) |
Returns true if the point passed in is located inside the OuterCircle of the ground area. More... | |
void | Load (ConfigNode node) |
double | PointInCircleAccuracy (double lat, double lon) |
Returns the accuracy of the point passed inside the ground area. More... | |
void | Save (ConfigNode node) |
List< MEGUIDropDownItem > | SetCelestialBodies () |
SurfaceArea () | |
SurfaceArea (CelestialBody targetBody, double longitude, double latitude, float radius) | |
Public Attributes | |
double | altitude |
altitude of the area center point More... | |
CelestialBody | body |
The Target CelestialBody for the vessel. Would be the one it is landed on, or in Orbit of. More... | |
double | latitude |
latitude of the area center point More... | |
double | longitude |
longitude of the area center point More... | |
float | radius |
The radius of the outer cicle of the surface area More... | |
Contains the Ground Location Parameters for a vessel in a mission
|
inline |
|
inline |
|
inline |
|
inline |
Get extra text to be appended at the end of the node label caption.
|
inline |
|
inline |
Returns the string to be displayed when the parameter is displayed in the node body
|
inline |
Get the waypoint marker to show the location of the surface area.
|
inline |
Get location where the marker for the node should be displayed in world.
|
inline |
Should we create a node label for this object or not?
|
inline |
Should we create a waypoint for this object or not?
|
inline |
Does the label represent an actual world position? For example, biomes won't have a world position, but a point in space will.
|
inline |
Returns true if the point passed in is located inside the OuterCircle of the ground area.
point |
|
inline |
Implements IConfigNode.
|
inline |
Returns the accuracy of the point passed inside the ground area.
lat | Latitude of the point |
lon | Longitude of the point |
|
inline |
Implements IConfigNode.
|
inline |
double Expansions.Missions.SurfaceArea.altitude |
altitude of the area center point
CelestialBody Expansions.Missions.SurfaceArea.body |
The Target CelestialBody for the vessel. Would be the one it is landed on, or in Orbit of.
double Expansions.Missions.SurfaceArea.latitude |
latitude of the area center point
double Expansions.Missions.SurfaceArea.longitude |
longitude of the area center point
float Expansions.Missions.SurfaceArea.radius |
The radius of the outer cicle of the surface area