Badouel intersection algorithm: Difference between revisions
Appearance
Content deleted Content added
Sadenar40000 (talk | contribs) m added template algorithm stub |
added some links, removed that flag, cleaned up the syntax... changed noref flag to refimprove- 1 external link... moved stub to bottom... |
||
Line 1: | Line 1: | ||
{{ |
{{refimprove|date=January 2019}} |
||
{{Underlinked|date=June 2017}} |
|||
⚫ | |||
The |
The '''Badouel [[ray (geometry)|ray]]-[[triangle]] intersection [[algorithm]]''', named after inventor [[Didier Badouel]], is a fast method for calculating the [[Intersection (Euclidean geometry)|intersection]] of a ray and a triangle in three [[dimension]]s without needing precomputation of the [[plane equation]] of the [[plane (geometry)|plane]] containing the triangle. |
||
== External links == |
== External links == |
||
* [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 |
||
[[Category:Computer science stub templates]] |
[[Category:Computer science stub templates]] |
||
⚫ |
Revision as of 10:19, 9 January 2019
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