Function: midp

Syntax

midp (<point1>,<point2>)

Type

point

Returns

The mid-point of two 3-D points.

Parameters

Examples

The following returns the value (30,30,30).

point p1 = (10,10,10)
point p2 = midp(p1,(50,50,50))