5#include "Topology/PointSet.h" 
    9    template<
typename TDataType>
 
   14        typedef typename TDataType::Real 
Real;
 
   15        typedef typename TDataType::Coord 
Coord;
 
 
A PointSet stores the coordinates for a set of independent points.
 
This is an implementation of AdditiveCCD based on peridyno.