Nasal library/geo: Difference between revisions

→‎set_z(): Correct a typo
m (→‎elevation(): fix: Line break)
(→‎set_z(): Correct a typo)
 
Line 107: Line 107:
{{Nasal doc
{{Nasal doc
|syntax = geo.Coord.set_z(z);
|syntax = geo.Coord.set_z(z);
|text = Sets the y-axis coordinate coordinate. Returns the <code>geo.Coord</code> instance.
|text = Sets the z-axis coordinate coordinate. Returns the <code>geo.Coord</code> instance.
|param1 = z
|param1 = z
|param1text = The mandatory z-axis coordinate, in metres.
|param1text = The mandatory z-axis coordinate, in metres.
Line 115: Line 115:
coord.dump();
coord.dump();
}}
}}
==== set_xyz() ====
==== set_xyz() ====
{{Nasal doc
{{Nasal doc
681

edits