#include <aabtreecull.h>
Public Member Functions | |
| SplitChoiceStruct (void) | |
Public Attributes | |
| float | Cost |
| int | FrontCount |
| int | BackCount |
| MinMaxAABoxClass | FrontBox |
| MinMaxAABoxClass | BackBox |
| AAPlaneClass | Plane |
Definition at line 281 of file aabtreecull.h.
|
inline |
Definition at line 283 of file aabtreecull.h.
| MinMaxAABoxClass AABTreeNodeClass::SplitChoiceStruct::BackBox |
Definition at line 293 of file aabtreecull.h.
| int AABTreeNodeClass::SplitChoiceStruct::BackCount |
Definition at line 291 of file aabtreecull.h.
| float AABTreeNodeClass::SplitChoiceStruct::Cost |
Definition at line 289 of file aabtreecull.h.
| MinMaxAABoxClass AABTreeNodeClass::SplitChoiceStruct::FrontBox |
Definition at line 292 of file aabtreecull.h.
| int AABTreeNodeClass::SplitChoiceStruct::FrontCount |
Definition at line 290 of file aabtreecull.h.
| AAPlaneClass AABTreeNodeClass::SplitChoiceStruct::Plane |
Definition at line 294 of file aabtreecull.h.