mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-17 12:03:32 +00:00
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); }
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user