Set of efficient 3D intersection algorithms

前端 未结 6 1952
臣服心动
臣服心动 2021-01-29 20:49

Anyone knows a source, website where I can get some good implementations of 3D intersection algorithms, like

  • intersection of sphere and sphere
  • sphere/elli
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-29 21:23

    You might want to put Eberly's Game Engine Design on your bookshelf. It has detailed algorithms and discussion for each of the intersections you've listed.

提交回复
热议问题