get_mid_point#
- static GeometryOperators.get_mid_point(v1, v2)#
Evaluate the midpoint between two points.
- Parameters:
- v1
List List of
[x, y, z]coordinates for the first point.- v2
List List of
[x, y, z]coordinates for the second point.
- v1
- Returns:
ListList of
[x, y, z]coordinates for the midpoint.