mirror of https://github.com/AxioDL/zeus.git
Merge branch 'master' of ssh://gitlab.axiodl.com:6431/AxioDL/zeus
This commit is contained in:
commit
9216f4e97f
|
@ -186,6 +186,7 @@ public:
|
|||
switch (id)
|
||||
{
|
||||
case EBoxEdgeId::Z0:
|
||||
default:
|
||||
return CLineSeg({min.x, min.y, max.z}, {min.x, min.y, min.z});
|
||||
case EBoxEdgeId::X0:
|
||||
return CLineSeg({min.x, min.y, min.z}, {max.x, min.y, min.z});
|
||||
|
|
Loading…
Reference in New Issue