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.
withgeom3d:
pointA,2,8,−1,pointM,u,v,z
A,M
coordinatesA
2,8,−1
coordinatesM
u,v,z
See Also
geom3d[xcoord]
geom3d[ycoord]
geom3d[zcoord]
Download Help Document