1030:d931a7547578 | 1031:55c0d3beea0d |
---|---|
361 | 361 |
362 const Vertex& BoundingBox::vertex1() const | 362 const Vertex& BoundingBox::vertex1() const |
363 { | 363 { |
364 return m_vertex1; | 364 return m_vertex1; |
365 } | 365 } |
366 | |
367 uint qHash(const Vertex& key) | |
368 { | |
369 return qHash(static_cast<const QVector3D&>(key)); | |
370 } |