18 Mass(
const Vec & position,
double mass = 0.1,
bool fixed =
false);
30 void addConstraint(CONSTRAINT_TYPE type,
const Vec & vec,
double num);
31 void clearConstraints(CONSTRAINT_TYPE type);
32 void clearConstraints();
34 void setDrag(
double C);
50 void decrementRefCount();
72 LOCAL_CONSTRAINTS constraints;
102 CUDA_LOCAL_CONSTRAINTS constraints;
109 #endif //TITAN_MASS_H