8 #include <lexis/render/detail/clipPlanes.h> 9 #include <vmmlib/types.hpp> 29 LEXIS_API
void clear();
32 LEXIS_API
void reset();
35 LEXIS_API
bool isOutside(
const vmml::AABBf& box )
const;
Defines export visibility macros for library Lexis.
void clear()
Clears all planes, results in isEmpty() == true.
ClipPlanes()
Adds 6 othogonal planes in normalized space (+x,-x,+y,-y,+z,-z).
bool isOutside(const vmml::AABBf &box) const
void reset()
Reset to planes setup by constructor.