xcoord - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Calling Sequence

xcoord(P)

ycoord(P)

zcoord(P)

Parameters

P

-

point

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

withgeom3d:

pointA,2,8,1,pointM,u,v,w

A,M

(1)

xcoordA

2

(2)

ycoordA

8

(3)

zcoordM

w

(4)

See Also

geom3d[coordinates]