MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getLongitude

Method getLongitude

src/Geoscape/Polygon.cpp:100–103  ·  view source on GitHub ↗

* Returns the longitude of a given point. * @param i Point number (0-max). * @return Point's longitude. */

Source from the content-addressed store, hash-verified

98 * @return Point's longitude.
99 */
100double Polygon::getLongitude(int i) const
101{
102 return _lon[i];
103}
104
105/**
106 * Changes the latitude of a given point.

Callers 15

btnInterceptClickMethod · 0.45
btnCentreClickMethod · 0.45
btnInterceptClickMethod · 0.45
btnCentreClickMethod · 0.45
ConfirmNewBaseStateMethod · 0.45
AlienBaseStateMethod · 0.45
btnOkClickMethod · 0.45
time5SecondsMethod · 0.45
processTerrorSiteMethod · 0.45
time30MinutesMethod · 0.45
time1DayMethod · 0.45
time1MonthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected