206 while (repeat); |
206 while (repeat); |
207 } |
207 } |
208 |
208 |
209 // ============================================================================= |
209 // ============================================================================= |
210 // ----------------------------------------------------------------------------- |
210 // ----------------------------------------------------------------------------- |
211 vertex rotPoint (const List<LDObject*>& objs) |
211 vertex rotPoint (const QList<LDObject*>& objs) |
212 { LDBoundingBox box; |
212 { LDBoundingBox box; |
213 |
213 |
214 switch (edit_rotpoint) |
214 switch (edit_rotpoint) |
215 { case ObjectOrigin: |
215 { case ObjectOrigin: |
216 |
216 |