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