chiark / gitweb /
attempts to fix 125; really need to combine edge length variation and bending costs
[moebius2.git] / minimise.h
index c2e13e7b40fef83169495c5b2754fc91333c90d1..c611b89edf5f3b48ecc15549b7db3bd575724bc4 100644 (file)
@@ -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);