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

20 vertices does not appear to converge #4

Open
pauleaster opened this issue Sep 13, 2021 · 1 comment
Open

20 vertices does not appear to converge #4

pauleaster opened this issue Sep 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@pauleaster
Copy link
Owner

A 20 vertex object does not appear to converge. Should result in a dodecahedron!

const NUMBER_OF_VERTICES:usize = 20;

Possibly the terminal method is too simplistic. At the moment the program terminates when new_max_dx < stop where let stop = 10_f64.powi(-STOP_POWER); and const STOP_POWER : i32 = 10;.

@pauleaster pauleaster added the bug Something isn't working label Sep 13, 2021
@pauleaster
Copy link
Owner Author

Going to need information on coplanar vertices to examine this properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant