ManicDigger.Collisions.BlockOctreeSearcher.BoxHit C# (CSharp) Method

BoxHit() private method

private BoxHit ( Box3D box ) : bool
box Box3D
return bool
        bool BoxHit(Box3D box)
        {
            return Intersection.CheckLineBox(box, currentLine, out currentHit);
        }