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

Online Help

All Products    Maple    MapleSim


geometry

  

HorizontalCoord

  

compute the horizontal coordinate of a given point

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HorizontalCoord(P)

Parameters

P

-

point

Description

• 

The routine returns the horizontal coordinate of the given point P.

• 

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

Examples

withgeometry:

pointA,2,8,pointM,u,v

A,M

(1)

HorizontalCoordA

2

(2)

HorizontalCoordM

u

(3)

See Also

geometry[coordinates]

geometry[VerticalCoord]