Badouel intersection algorithm: Difference between revisions
Appearance
Content deleted Content added
→External links: uncategorized |
added Category:Geometry; removed {{uncategorized}} using HotCat |
||
Line 6: | Line 6: | ||
* [https://graphics.stanford.edu/courses/cs348b-98/gg/intersect.html Ray-Polygon Intersection] An Efficient Ray-Polygon Intersection by Didier Badouel from Graphics Gems I |
* [https://graphics.stanford.edu/courses/cs348b-98/gg/intersect.html Ray-Polygon Intersection] An Efficient Ray-Polygon Intersection by Didier Badouel from Graphics Gems I |
||
{{uncategorized|date=July 2020}} |
|||
{{Algorithm-stub}} |
{{Algorithm-stub}} |
||
[[Category:Geometry]] |
Revision as of 20:06, 28 July 2020
This article needs additional citations for verification. (January 2019) |
The Badouel ray-triangle intersection algorithm, named after inventor Didier Badouel, is a fast method for calculating the intersection of a ray and a triangle in three dimensions without needing precomputation of the plane equation of the plane containing the triangle.
External links
- Ray-Polygon Intersection An Efficient Ray-Polygon Intersection by Didier Badouel from Graphics Gems I