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

Online Help

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

(1)

(2)

(3)

See Also

geom3d[xcoord]

geom3d[ycoord]

geom3d[zcoord]

 


Download Help Document