#include <TAPsBVHTree.hpp>
Public Member Functions | |
| BVsAndNodesList (BoundingVolume< T > *pBV, std::vector< BVHNode< T > * > nodeList) | |
Public Attributes | |
| BoundingVolume< T > * | BV |
| the collided bounding volume | |
| std::vector< BVHNode< T > * > | NodeList |
| list of collided nodes | |
Definition at line 44 of file TAPsBVHTree.hpp.
| BVsAndNodesList< T >::BVsAndNodesList | ( | BoundingVolume< T > * | pBV, | |
| std::vector< BVHNode< T > * > | nodeList | |||
| ) | [inline] |
| BoundingVolume<T>* BVsAndNodesList< T >::BV |
| std::vector< BVHNode<T> * > BVsAndNodesList< T >::NodeList |
1.5.6