Nasal library/geo: Difference between revisions

Jump to navigation Jump to search
(Save)
Line 78: Line 78:
|param2text = The longitude coordinate.
|param2text = The longitude coordinate.
|param3 = alt
|param3 = alt
|param3text = The altitude coordinate. Note that this can be in either feet or metres, so make sure you convert correctly.
|param3text = The altitude coordinate. Note that this can be in either feet or metres, so make sure you convert correctly. Defaults to 0.
|example1 = var coord = geo.Coord.new();
|example1 = var coord = geo.Coord.new();
coord.set_latlon(45, 90, 1000);
coord.set_latlon(45, 90, 1000);

Navigation menu