45 : class_treshold(threshold)
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
CloudtoCloudDistance(fltp04 threshold)
Definition c2cdist.h:44
void calculate(Cloth &cloth, Buffer< Vertex< 3, fltp04 > > &pc, Buffer< bool > &is_filtered)
Definition c2cdist.cpp:7
~CloudtoCloudDistance()
Definition c2cdist.h:48
A vertex.
Definition Vertex.hpp:54
float fltp04
Defines an alias representing a 4 byte floating-point number.
Definition BaseValues.hpp:157