Struct TriangleKdTree::Node

Nested Relationships

This struct is a nested type of Class TriangleKdTree.

Struct Documentation

struct Node

Public Functions

inline Node()
inline ~Node()

Public Members

unsigned char axis
Scalar split
Triangles *faces
Node *left_child
Node *right_child