34#include "Tree/Headers/RTree.hpp"
42#define SQUARE_DIST(x1, y1, x2, y2) \
43 (((x1) - (x2)) * ((x1) - (x2)) + ((y1) - (y2)) * ((y1) - (y2)))
The equivelent of std::vector but with a bit more control.
The data and operations for performing bare earth using Cloth simulation.
A light-weight base class for Log that allows processes to update, without the need for additional in...
The primary namespace for the NDEVR SDK.
Contains parameters for performing a Cloth surfacing operation.
Stores a groups of options for performing GeometryFilter operations.