We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: polygon3d calls rgl:::triangulateSimple;
The variable good is defined only inside the while-loop: while ((m <- length(verts)) > 3) {...}
But this while-loop is skipped for 3 points, generating an error.
The text was updated successfully, but these errors were encountered:
3 vertices are always good. Fixes #388.
39ec200
Successfully merging a pull request may close this issue.
rgl:::triangulateSimple fails with 3 Points
Note: polygon3d calls rgl:::triangulateSimple;
The variable good is defined only inside the while-loop:
while ((m <- length(verts)) > 3) {...}
But this while-loop is skipped for 3 points, generating an error.
The text was updated successfully, but these errors were encountered: