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

points that are exaclty on faces #31

Open
mutigozel opened this issue Apr 5, 2019 · 1 comment
Open

points that are exaclty on faces #31

mutigozel opened this issue Apr 5, 2019 · 1 comment

Comments

@mutigozel
Copy link

Hello,

I could not figure how to find points that are exactly on the faces. For example u26 u37 u48 ... in the image below. The result gives only points on the corners of the face.

Can you provide an example on finding points that are on the face.

Regards,

Muti

a

@micampbell
Copy link
Member

This is the difference between maximal and minimal convex hull. Yes, in this implementation we create the minimal (in most cases). For 2D you can check the points with the sides of the resulting polygon. in the future, we may consider allowing minimal or maximal as a input option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants