geom3d[xcoord] - compute the x-coordinate of a given point
geom3d[ycoord] - compute the y-coordinate of a given point
geom3d[zcoord] - compute the z-coordinate of a given point
|
Calling Sequence
|
|
xcoord(P)
ycoord(P)
zcoord(P)
|
|
Description
|
|
•
|
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].
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?