Skip to content

20 vertices does not appear to converge #4

Description

@pauleaster

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;.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions