geom3d
coordinates
compute the coordinates of a given point
Calling Sequence
Parameters
Description
Examples
coordinates(P)
P
-
a point
The routine returns the coordinates of the given point P.
The output will be represented as a list of three elements denoting the ``x''-coordinate, ``y''-coordinate, and ``z''-coordinate respectively.
The command with(geom3d,coordinates) allows the use of the abbreviated form of this command.
with⁡geom3d:
point⁡A,2,8,−1,point⁡M,u,v,z
A,M
coordinates⁡A
2,8,−1
coordinates⁡M
u,v,z
See Also
geom3d[xcoord]
geom3d[ycoord]
geom3d[zcoord]
Download Help Document