|
Wildmeshing Toolkit
|
Public Types | |
| using | coord_t = double |
| The type of each coordinate. | |
Public Member Functions | |
| size_t | kdtree_get_point_count () const |
| double | kdtree_get_pt (const size_t idx, const size_t dim) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
| std::vector< Vector3d > | pts |