geometry
coordinates
compute the coordinates of a given point
Calling Sequence
Parameters
Description
Examples
coordinates(P)
P
-
point
The routine returns the coordinates of the given point P
The output will be represented as a list of two elements where the first element is the horizontal coordinate of P, and the second element the vertical coordinate of P.
The command with(geometry,coordinates) allows the use of the abbreviated form of this command.
with⁡geometry:
point⁡A,2,8,point⁡M,u,v
A,M
coordinates⁡A
2,8
coordinates⁡M
u,v
See Also
geometry[HorizontalCoord]
geometry[VerticalCoord]
Download Help Document