34#include "Tree/Headers/RTree.hpp"
38 struct GeometryFilterParameters;
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 basic array unit of the library.
Definition Buffer.hpp:59
Definition Rasterization.h:46
~Rasterization()
Definition Rasterization.h:50
static void RasterTerrian(Cloth &cloth, Buffer< fltp04 > &heightVal, const Params ¶meters)
Rasterization()
Definition Rasterization.h:49