Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 edges of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. http://stackoverflow.com/questions/5009526/overlapping-cubeshttps://stackoverflow.com/questions/5009526/overlapping-cubes

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 edges of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. http://stackoverflow.com/questions/5009526/overlapping-cubes

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 edges of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. https://stackoverflow.com/questions/5009526/overlapping-cubes

Tweeted twitter.com/StackGameDev/status/779741364946862080
deleted 3 characters in body
Source Link
Stepan
  • 233
  • 1
  • 3
  • 6

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 vertexesedges of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. http://stackoverflow.com/questions/5009526/overlapping-cubes

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 vertexes of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. http://stackoverflow.com/questions/5009526/overlapping-cubes

I am looking for an algorithm to check if two cubes intersect. One can check if each of the 6 faces of cube A are intersected by each of 12 edges of cube B, but that is 72 checks. I've heard there is a paper from 1997 or so, describing a method that uses just 15 intersection checks, but I can't find it. Can you please share the name of the paper, describing it or describe it in your words.

This question deals with axis aligned cubes which is not really useful. http://stackoverflow.com/questions/5009526/overlapping-cubes

Fixed a typo that made the title harder to read.
Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

What is the fastest algorithm to check if totwo cubes intersect (notwhere the cubes are not axis aligned) cubes intersect?

Source Link
Stepan
  • 233
  • 1
  • 3
  • 6
Loading