geometry
HorizontalCoord
compute the horizontal coordinate of a given point
Calling Sequence
Parameters
Description
Examples
HorizontalCoord(P)
P
-
point
The routine returns the horizontal coordinate of the given point P.
The command with(geometry,HorizontalCoord) allows the use of the abbreviated form of this command.
with⁡geometry:
point⁡A,2,8,point⁡M,u,v
A,M
HorizontalCoord⁡A
2
HorizontalCoord⁡M
u
See Also
geometry[coordinates]
geometry[VerticalCoord]
Download Help Document