Previous Up Next

14.4.5  Finding the midpoint of a segment in space: midpoint

See Section 13.6.9 for midpoints in the plane.

The midpoint command finds the midpoint of two points.


Example.
Input:

MP:= midpoint(point(1,4,0),point(1,-2,0)):;
coordinates(MP)

Output:


1,1,0

Previous Up Next