src/misc.h

changeset 504
6a1fa662bfc1
parent 503
bebe09014dd6
child 507
fc76d38c3530
equal deleted inserted replaced
503:bebe09014dd6 504:6a1fa662bfc1
63 { ObjectOrigin, 63 { ObjectOrigin,
64 WorldOrigin, 64 WorldOrigin,
65 CustomPoint 65 CustomPoint
66 }; 66 };
67 67
68 vertex rotPoint (const List<LDObject*>& objs); 68 vertex rotPoint (const QList<LDObject*>& objs);
69 void configRotationPoint(); 69 void configRotationPoint();
70 70
71 // ============================================================================= 71 // =============================================================================
72 namespace Grid 72 namespace Grid
73 { enum Type 73 { enum Type
96 struct SolutionComponent 96 struct SolutionComponent
97 { int num; 97 { int num;
98 double scale; 98 double scale;
99 }; 99 };
100 100
101 typedef List<SolutionComponent> SolutionType; 101 typedef QList<SolutionComponent> SolutionType;
102 102
103 RingFinder() {} 103 RingFinder() {}
104 bool findRings (double r0, double r1); 104 bool findRings (double r0, double r1);
105 105
106 inline const SolutionType& solution() 106 inline const SolutionType& solution()

mercurial