mirror of https://github.com/AxioDL/zeus.git
Make CLineSeg::getEdge const
This commit is contained in:
parent
e4a8fc868b
commit
b420a1af93
|
@ -200,7 +200,7 @@ public:
|
|||
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue