geom3d
xcoord
compute the x-coordinate of a given point
ycoord
compute the y-coordinate of a given point
zcoord
compute the z-coordinate of a given point
Calling Sequence
Parameters
Description
Examples
xcoord(P)
ycoord(P)
zcoord(P)
P
-
point
The routine geom3d[xcoord] returns the x-coordinate of the given point P.
The routine geom3d[ycoord] returns the y-coordinate of the given point P.
The routine geom3d[zcoord] returns the z-coordinate of the given point P.
The command with(geom3d,xcoord) allows the use of the abbreviated form of this command.
Similarly for the routines geom3d[ycoord] and geom3d[zcoord].
with⁡geom3d:
point⁡A,2,8,1,point⁡M,u,v,w
A,M
xcoord⁡A
2
ycoord⁡A
8
zcoord⁡M
w
See Also
geom3d[coordinates]
Download Help Document