UFO
|
Functions | |
float | distance2 (const TrackCheckUtils::Point &a, const TrackCheckUtils::Point &b) |
Returns the square of the distance between the two Point arguments. More... | |
TrackCheckUtils::Point | pointFromLatLon (float latitude, float longitude) |
float ufo::anonymous_namespace{TrackCheckUtils.cc}::distance2 | ( | const TrackCheckUtils::Point & | a, |
const TrackCheckUtils::Point & | b | ||
) |
Returns the square of the distance between the two Point
arguments.
Definition at line 30 of file TrackCheckUtils.cc.
TrackCheckUtils::Point ufo::anonymous_namespace{TrackCheckUtils.cc}::pointFromLatLon | ( | float | latitude, |
float | longitude | ||
) |
Definition at line 37 of file TrackCheckUtils.cc.