mymesh.utils.AABB# mymesh.utils.AABB(Points)[source]# Calculate the axis-aligned bounding box of a set of points Parameters: Points (array_like) – nx3 point coordinates. Returns: aabb – Coordinates of the corners of the AABB Return type: np.ndarray