Home
last modified time | relevance | path

Searched refs:lcBoundingBoxIntersectsVolume (Results 1 – 3 of 3) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dlight.cpp182 if (lcBoundingBoxIntersectsVolume(Min, Max, LocalPlanes)) in BoxTest()
200 if (lcBoundingBoxIntersectsVolume(Min, Max, LocalPlanes)) in BoxTest()
H A Dcamera.cpp688 if (lcBoundingBoxIntersectsVolume(Min, Max, LocalPlanes)) in BoxTest()
706 if (lcBoundingBoxIntersectsVolume(Min, Max, LocalPlanes)) in BoxTest()
724 if (lcBoundingBoxIntersectsVolume(Min, Max, LocalPlanes)) in BoxTest()
H A Dlc_math.h1988 inline bool lcBoundingBoxIntersectsVolume(const lcVector3& Min, const lcVector3& Max, const lcVecto… in lcBoundingBoxIntersectsVolume() function