geometry[distance] - find the distance between two points, or a point and a line
|
Calling Sequence
|
|
distance(P1, P2)
distance(P1, l)
|
|
Description
|
|
•
|
The routine computes the distance between two points P1 and P2 or between a point P1 and a line l.
|
•
|
The command with(geometry,distance) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?