20#include "Topology/PointSet.h" 
#define DECLARE_CLASS(name)
 
A PointSet stores the coordinates for a set of independent points.
 
DEF_INSTANCE_IN(PointSet< DataType3f >, PointSet, "")
 
DEF_ARRAY_IN(Vec3f, Color, DeviceType::GPU, "")
 
This is an implementation of AdditiveCCD based on peridyno.