I have a Numpy array for 3d points in the format (n, 3), where n is the number of points, and column 1 is the x coordinate, column 2, is the y coordinate, and column 3 is the z coordinate. How do I get all the point in the outer bounding box, but not in a inner bounding box?
How are the orientations of both boxes? Are the axis parallel to x, y, z?
In this case it is not so difficult.
Just let me know when you need the code