src/basics.cpp

changeset 1031
55c0d3beea0d
parent 1014
f0a8ecb6a357
child 1036
993c46d7eb75
equal deleted inserted replaced
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 }

mercurial