MCPcopy Create free account
hub / github.com/RenderKit/embree / clearCollisionConstraints

Method clearCollisionConstraints

tutorials/collide/clothModel.h:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void clearCollisionConstraints()
50 {
51 for (auto c : c_constraints_) {
52 delete c;
53 }
54 c_constraints_.clear ();
55 }
56
57 virtual ~ClothModel () {
58 clearMotionConstraints();

Callers 2

initializeClothPositionsFunction · 0.80
addCollisionConstraintsFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected