| 995:7986584e7498 | 996:9ecc878c7dea |
|---|---|
| 72 | 72 |
| 73 bool operator< (const Vertex& other) const; | 73 bool operator< (const Vertex& other) const; |
| 74 double operator[] (Axis ax) const; | 74 double operator[] (Axis ax) const; |
| 75 }; | 75 }; |
| 76 | 76 |
| 77 unsigned int qHash (const Vertex& vertex); | |
| 77 Q_DECLARE_METATYPE (Vertex) | 78 Q_DECLARE_METATYPE (Vertex) |
| 78 | 79 |
| 79 // | 80 // |
| 80 // A mathematical 3 x 3 matrix | 81 // A mathematical 3 x 3 matrix |
| 81 // | 82 // |