18#include "Topology/DiscreteElements.h" 
   22    template<
typename TDataType>
 
   27        typedef typename TDataType::Real 
Real;
 
   28        typedef typename TDataType::Coord 
Coord;
 
   29        typedef typename TDataType::Matrix 
Matrix;
 
 
void onEvent(PKeyboardEvent event) override
 
DECLARE_TCLASS(CarDriver, TDataType)
 
::dyno::HingeJoint< Real > HingeJoint
 
::dyno::BallAndSocketJoint< Real > BallAndSocketJoint
 
::dyno::FixedJoint< Real > FixedJoint
 
::dyno::SliderJoint< Real > SliderJoint
 
DEF_INSTANCE_IN(DiscreteElements< TDataType >, Topology, "Topology")
 
::dyno::PointJoint< Real > PointJoint
 
This is an implementation of AdditiveCCD based on peridyno.