|
SPH
|
Object used during traversal. More...
#include <KdTree.inl.h>
Public Attributes | |
| Size | idx |
| Index into the nodeStack array. We cannot use pointers because the array might get reallocated. More... | |
| Vector | sizeSqr |
| Float | distanceSqr |
Object used during traversal.
Holds an index of the node and squared distance of the bounding box.
Definition at line 300 of file KdTree.inl.h.
| Float ProcessedNode::distanceSqr |
Definition at line 306 of file KdTree.inl.h.
| Size ProcessedNode::idx |
Index into the nodeStack array. We cannot use pointers because the array might get reallocated.
Definition at line 302 of file KdTree.inl.h.
| Vector ProcessedNode::sizeSqr |
Definition at line 304 of file KdTree.inl.h.