`Ray3d::intersect_plane`'s behavior with respect to backface hits is unclear
Open
A-Math
D-Straightforward
S-Ready-For-Implementation
X-Uncontroversial
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
> Ray3d::intersect_plane is not well document w.r.t. whether it reports backface hits as hits or not. i had to read the source and it does, and theres no option to have it Not do that, so im having to duplicate the method. would be nice to have an option for this and better docs
Reported by @atlv24.
I agree: we should make this configurable (probably just a bool argument), and clearly document the behavior.
Contributor guide
Assessment
This issue has not been assessed yet.