midpoint_point_point

compas.geometry.midpoint_point_point(a, b)[source]

Compute the midpoint of two points.

Parameters
Returns

[float, float, float] – XYZ coordinates of the midpoint.