66 }; |
66 }; |
67 |
67 |
68 vertex rotPoint (const List<LDObject*>& objs); |
68 vertex rotPoint (const List<LDObject*>& objs); |
69 void configRotationPoint(); |
69 void configRotationPoint(); |
70 |
70 |
71 template<class T, class R> R container_cast (const T& a) |
|
72 { R b; |
|
73 |
|
74 for (auto i : a) |
|
75 b << i; |
|
76 |
|
77 return b; |
|
78 } |
|
79 |
|
80 // ============================================================================= |
71 // ============================================================================= |
81 namespace Grid |
72 namespace Grid |
82 { enum Type |
73 { enum Type |
83 { Coarse, |
74 { Coarse, |
84 Medium, |
75 Medium, |