chiark / gitweb /
some history files; working on 246
[moebius2.git] / minimise.h
index 4999fd04790bab482f69acba42fa46d74814addc..9ce07c429318949d5f9ca74d42c011ad2937a2a3 100644 (file)
@@ -15,8 +15,10 @@ void graph_layout_prepare();
 
 void compute_vertex_areas(const Vertices vertices, int section);
 void compute_edge_lengths(const Vertices vertices, int section);
+void compute_rim_twist_angles(const Vertices vertices, int section);
 
-extern double vertex_areas[N], vertex_mean_edge_lengths[N], edge_lengths[N][V6];
+//extern double vertex_areas[N], edge_lengths[N][V6];
+extern double vertex_mean_edge_lengths[N];
 
 extern const double edge_angle_cost_circcircrat;