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

Method getLongitude

src/Savegame/Target.cpp:88–91  ·  view source on GitHub ↗

* Returns the longitude coordinate of the target. * @return Longitude in radian. */

Source from the content-addressed store, hash-verified

86 * @return Longitude in radian.
87 */
88double Target::getLongitude() const
89{
90 return _lon;
91}
92
93/**
94 * Changes the longitude coordinate of the target.

Callers 11

getDistanceMethod · 0.45
calculateSpeedMethod · 0.45
reachedDestinationMethod · 0.45
moveMethod · 0.45
setBaseMethod · 0.45
locateRegionMethod · 0.45
operator()Method · 0.45
spawnUfoMethod · 0.45
operator()Method · 0.45
ufoReachedWaypointMethod · 0.45
ufoLiftingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected