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].
withgeom3d:
pointA,2,8,1,pointM,u,v,w
A,M
xcoordA
2
ycoordA
8
zcoordM
w
See Also
geom3d[coordinates]
Download Help Document