Make CLineSeg::getEdge const

This commit is contained in:
Jack Andersen 2017-06-25 15:36:03 -10:00
parent e4a8fc868b
commit b420a1af93

View File

@ -200,7 +200,7 @@ public:
float volume() const { return (max.x - min.x) * (max.y - min.y) * (max.z - min.z); } float volume() const { return (max.x - min.x) * (max.y - min.y) * (max.z - min.z); }
inline CLineSeg getEdge(EBoxEdgeId id) inline CLineSeg getEdge(EBoxEdgeId id) const
{ {
switch (id) switch (id)
{ {