603:47e7773c7841 | 604:01bdac75994a |
---|---|
44 str join (initlist<StringFormatArg> vals, str delim = " "); | 44 str join (initlist<StringFormatArg> vals, str delim = " "); |
45 | 45 |
46 // Grid stuff | 46 // Grid stuff |
47 struct gridinfo | 47 struct gridinfo |
48 { | 48 { |
49 const char* const name; | 49 const char* const name; |
50 float* const confs[4]; | 50 float* const confs[4]; |
51 }; | 51 }; |
52 | 52 |
53 extern_cfg (Int, grid); | 53 extern_cfg (Int, grid); |
54 static const int g_NumGrids = 3; | 54 static const int g_NumGrids = 3; |
55 extern const gridinfo g_GridInfo[3]; | 55 extern const gridinfo g_GridInfo[3]; |
65 ObjectOrigin, | 65 ObjectOrigin, |
66 WorldOrigin, | 66 WorldOrigin, |
67 CustomPoint | 67 CustomPoint |
68 }; | 68 }; |
69 | 69 |
70 vertex rotPoint (const QList<LDObject*>& objs); | 70 Vertex rotPoint (const QList<LDObject*>& objs); |
71 void configRotationPoint(); | 71 void configRotationPoint(); |
72 | 72 |
73 // ============================================================================= | 73 // ============================================================================= |
74 namespace Grid | 74 namespace Grid |
75 { | 75 { |