#include <bvh.h>
Public Types | |
enum | eConstants { eMaxNameSize = 32 } |
Public Member Functions | |
node_position_t (void) throw () | |
void | clear (void) throw () |
Public Attributes | |
char | name [eMaxNameSize] |
point3d_t | pos |
node_position_t * | parent |
matrix4_t | T |
Definition at line 60 of file bvh.h.