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

Online Help

All Products    Maple    MapleSim


geom3d

  

coordinates

  

compute the coordinates of a given point

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

coordinates(P)

Parameters

P

-

a point

Description

• 

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.

Examples

withgeom3d:

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

A,M

(1)

coordinatesA

2,8,−1

(2)

coordinatesM

u,v,z

(3)

See Also

geom3d[xcoord]

geom3d[ycoord]

geom3d[zcoord]