-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ray_intersect_plane yields incorrect results #94
Comments
Ok |
Sorry closed by accident, this is still an issue. |
The plane equation should have Ax + By + Cz + D = 0 -0.77258732*-0.83114114 + -0.54724948 + 0.32191123 + 0.41679086 = 0.8335817158943447 which is not 0. The answer from ray_intersect_plane is not on the plane at all. |
Can you see if this is still an issue with 0.10.3 which has some fixes from #88 |
yields :
[-0.83114114 1. 1. ]
expected:
[0.247 1 . 1. ]
Why does ray_intersect_plane yield this wrong result?
The text was updated successfully, but these errors were encountered: