![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <ClipPlanes.h>
Public Member Functions | |
void | resetAll () |
void | set (U32 index, const Plane< F32 > &plane) noexcept |
void | reset (U32 index) |
bool | operator== (const ClipPlaneList &rhs) const noexcept |
bool | operator!= (const ClipPlaneList &rhs) const |
const PlaneList< N > & | planes () const noexcept |
const std::array< bool, N > & | planeState () const noexcept |
Private Attributes | |
PlaneList< N > | _planes |
std::array< bool, N > | _planeState = create_array<N, bool>(false) |
Definition at line 48 of file ClipPlanes.h.
|
inline |
Definition at line 70 of file ClipPlanes.h.
|
inlinenoexcept |
Definition at line 65 of file ClipPlanes.h.
|
inlinenoexcept |
Definition at line 75 of file ClipPlanes.h.
|
inlinenoexcept |
Definition at line 76 of file ClipPlanes.h.
|
inline |
Definition at line 60 of file ClipPlanes.h.
|
inline |
Definition at line 49 of file ClipPlanes.h.
|
inlinenoexcept |
Definition at line 53 of file ClipPlanes.h.
|
private |
Definition at line 79 of file ClipPlanes.h.
|
private |
Definition at line 80 of file ClipPlanes.h.