Given
If given two sets of two points in 3D space (where they are defined to be the corners of the box):
Box1:
P1 = (961.46, 215.15, 1465.44) P2 = (970.02, 214.93, 1481.77)
Translational Matrix for Box 1:
Box2:
P1 = (1093.52, -499.50, 896.11) P2 = (1093.12, -505.49, 878.68)
Translational Matrix for Box 2:
What I am looking for
What is the simplest way to determine if the two boxes intersect in space or not? I realize this may not be a simple question but hoping for some guidance at least.
The boxes can of course be tilted in any degree and don't always have lined up axis. I did add my translational matrix I started with to establish the boxes as this contains the two vectors to which the points are oriented to if this is helpful at all.

