midp (<point1>,<point2>)
point
The mid-point of two 3-D points.
<point1>The first point.
<point2>The second point.
The following returns the value (30,30,30).
point p1 = (10,10,10) point p2 = midp(p1,(50,50,50))