intersection - Find out whether two rectangles are intersecting in 3D space -


I have two rectangles in the 3D space, each given by their coordinates of 4 corners. They are not pivot combine, which means their edges are not parallel to the world axes. There may be an orientation in each rectangle.

What is the easiest way to know that there are two rectangular intersecting?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -