From 08750f66a46979cf6f5830068fba69f61e31fe2d Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Fri, 30 May 2008 17:42:02 +0000 Subject: Retargetting More refined symmetry grouping (can take care of tails properly) and better matching between symmetry groups (based on relative length of arcs) --- source/blender/blenlib/BLI_graph.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib/BLI_graph.h') diff --git a/source/blender/blenlib/BLI_graph.h b/source/blender/blenlib/BLI_graph.h index 1d29cc88651..0763c7edff0 100644 --- a/source/blender/blenlib/BLI_graph.h +++ b/source/blender/blenlib/BLI_graph.h @@ -52,6 +52,7 @@ typedef struct BArc { float length; int symmetry_level; + int symmetry_group; int symmetry_flag; } BArc; @@ -98,5 +99,6 @@ void BLI_mirrorAlongAxis(float v[3], float center[3], float axis[3]); * axial symetry sides */ #define SYM_SIDE_POSITIVE 1 #define SYM_SIDE_NEGATIVE 2 +/* Anything higher is the order in radial symmetry */ #endif /*BLI_GRAPH_H_*/ -- cgit v1.2.3