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

Online Help

All Products    Maple    MapleSim


geometry

  

coordinates

  

compute the coordinates of a given point

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

coordinates(P)

Parameters

P

-

point

Description

• 

The routine returns the coordinates of the given point P

• 

The output will be represented as a list of two elements where the first element is the horizontal coordinate of P, and the second element the vertical coordinate of P.

• 

The command with(geometry,coordinates) allows the use of the abbreviated form of this command.

Examples

withgeometry:

pointA,2,8,pointM,u,v

A,M

(1)

coordinatesA

2,8

(2)

coordinatesM

u,v

(3)

See Also

geometry[HorizontalCoord]

geometry[VerticalCoord]