You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;.
The text was updated successfully, but these errors were encountered:
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
wherelet stop = 10_f64.powi(-STOP_POWER);
andconst STOP_POWER : i32 = 10;
.The text was updated successfully, but these errors were encountered: