get_mid_point#

static GeometryOperators.get_mid_point(v1, v2)[source]#

Evaluate the midpoint between two points.

Parameters:
v1List

List of [x, y, z] coordinates for the first point.

v2List

List of [x, y, z] coordinates for the second point.

Returns:
List

List of [x, y, z] coordinates for the midpoint.