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;.
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 < stopwherelet stop = 10_f64.powi(-STOP_POWER);andconst STOP_POWER : i32 = 10;.