src/misc.cpp

changeset 504
6a1fa662bfc1
parent 502
f6534d591f80
child 507
fc76d38c3530
equal deleted inserted replaced
503:bebe09014dd6 504:6a1fa662bfc1
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

mercurial