29 template<
typename TDataType>
35 typedef typename TDataType::Real
Real;
36 typedef typename TDataType::Coord
Coord;
46 DEF_VAR(
bool, ReverseNormal,
false,
"ReverseNormal");
48 DEF_VAR(
bool, DisplayPoints,
false,
"DisplayPoints");
50 DEF_VAR(
bool, DisplayWireframe,
false,
"DisplayWireframe");
52 DEF_VAR(
bool, DisplaySurface,
true,
"DisplaySurface");
#define IMPLEMENT_TCLASS(name, T1)
A PointSet stores the coordinates for a set of independent points.
DEF_VAR(bool, DisplaySurface, true, "DisplaySurface")
DEF_INSTANCE_STATE(TriangleSet< TDataType >, TriangleSet, "")
DEF_VAR(Real, Radius, 0.6, "Cylinder radius")
DECLARE_TCLASS(SweepModel, TDataType)
DEF_VAR(bool, DisplayPoints, false, "DisplayPoints")
DEF_VAR(bool, DisplayWireframe, false, "DisplayWireframe")
void resetStates() override
DEF_VAR(Ramp, CurveRamp, Ramp::Direction::x, "")
DEF_VAR(bool, ReverseNormal, false, "ReverseNormal")
DEF_INSTANCE_IN(PointSet< TDataType >, Spline, "")
DEF_INSTANCE_IN(PointSet< TDataType >, Curve, "")
This is an implementation of AdditiveCCD based on peridyno.