| 230 |
231 |
| 231 void addDrawnVertex (Vertex m_hoverpos); |
232 void addDrawnVertex (Vertex m_hoverpos); |
| 232 LDOverlay* findOverlayObject (EFixedCamera cam); |
233 LDOverlay* findOverlayObject (EFixedCamera cam); |
| 233 void updateRectVerts(); |
234 void updateRectVerts(); |
| 234 void getRelativeAxes (Axis& relX, Axis& relY) const; |
235 void getRelativeAxes (Axis& relX, Axis& relY) const; |
| |
236 Axis getRelativeZ() const; |
| 235 Matrix getCircleDrawMatrix (double scale); |
237 Matrix getCircleDrawMatrix (double scale); |
| 236 void drawBlip (QPainter& paint, QPoint pos) const; |
238 void drawBlip (QPainter& paint, QPoint pos) const; |
| 237 |
239 |
| 238 // Compute geometry for camera icons |
240 // Compute geometry for camera icons |
| 239 void calcCameraIcons(); |
241 void calcCameraIcons(); |