X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=minimise.h;fp=minimise.h;h=c611b89edf5f3b48ecc15549b7db3bd575724bc4;hb=392a9a86486239e475b899ed648d21efa5749415;hp=c2e13e7b40fef83169495c5b2754fc91333c90d1;hpb=6df67fc7061e6fae41fec8c05b9e49e4e393c733;p=moebius2.git diff --git a/minimise.h b/minimise.h index c2e13e7..c611b89 100644 --- a/minimise.h +++ b/minimise.h @@ -23,6 +23,7 @@ extern const double edge_angle_cost_circcircrat; double line_bending_cost(const Vertices vertices, int section); double noncircular_rim_cost(const Vertices vertices, int section); double edge_length_variation_cost(const Vertices vertices, int section); +double prop_edge_length_variation_cost(const Vertices vertices, int section); double rim_proximity_cost(const Vertices vertices, int section); double edge_angle_cost(const Vertices vertices, int section); double small_triangles_cost(const Vertices vertices, int section);