mirror of
https://github.com/AxioDL/zeus.git
synced 2025-07-05 04:36:10 +00:00
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…
x
Reference in New Issue
Block a user