Struct TriangleKdTree::Triangle

Nested Relationships

This struct is a nested type of Class TriangleKdTree.

Struct Documentation

struct Triangle

Public Functions

inline Triangle()
inline Triangle(const Point &x0, const Point &x1, const Point &x2, Face ff)

Public Members

Point x[3]
Face f