| 46 GLCamera(QString name, decltype(FreeCamera)); |
46 GLCamera(QString name, decltype(FreeCamera)); |
| 47 |
47 |
| 48 Axis axisX() const; |
48 Axis axisX() const; |
| 49 Axis axisY() const; |
49 Axis axisY() const; |
| 50 Axis axisZ() const; |
50 Axis axisZ() const; |
| 51 Vertex convert2dTo3d(const QPoint& pos2d, Grid* grid = nullptr) const; |
51 Vertex convert2dTo3d(const QPoint& pos2d, class Grid* grid = nullptr) const; |
| 52 QPoint convert3dTo2d(const Vertex& pos3d) const; |
52 QPoint convert3dTo2d(const Vertex& pos3d) const; |
| 53 double depth() const; |
53 double depth() const; |
| 54 bool isAxisNegated(Axis axis) const; |
54 bool isAxisNegated(Axis axis) const; |
| 55 const QString& name() const; |
55 const QString& name() const; |
| 56 void pan(int xMove, int yMove); |
56 void pan(int xMove, int yMove); |