friction fixes

This commit is contained in:
Xuchen Han
2019-08-09 16:02:44 -07:00
parent 5b8df6a708
commit fb6612c0be
5 changed files with 45 additions and 15 deletions

View File

@@ -36,6 +36,8 @@ public:
// apply the constraints to the rhs
virtual void project(TVStack& x);
// add to friction
virtual void projectFriction(TVStack& x);
// apply constraints to x in Ax=b
virtual void enforceConstraint(TVStack& x);