Skip to content
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

Geometry_Engine: Switch IsCoplanar from numerical solution to fitting plane and checking distance to it #3294

Closed
pawelbaran opened this issue Feb 23, 2024 · 0 comments · Fixed by #3298
Assignees
Labels
type:feature New capability or enhancement

Comments

@pawelbaran
Copy link
Member

Description:

Recently (in #3283), collinearity check has been changed from numerical solution to a geometrical one, i.e. instead of computing matrices of point coordinates, a line is fit in point set and then each point is checked whether it lies within tolerance from that line. This change improved precision and robustness of the method, so I believe it would make sense to do similar with IsCoplanar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant