Changeset 2908 for code/branches/questsystem5/src/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
r2907 r2908 51 51 public: 52 52 53 ///for backwards compatibility during the transition to 'getInfo/getInfo2'54 bool m_useSolveConstraintObsolete;55 56 53 btConstraintSetting m_setting; 57 54 … … 64 61 virtual void buildJacobian(); 65 62 66 virtual void getInfo1 (btConstraintInfo1* info);67 63 68 virtual void getInfo2 (btConstraintInfo2* info); 69 70 71 virtual void solveConstraintObsolete(btSolverBody& bodyA,btSolverBody& bodyB,btScalar timeStep); 64 virtual void solveConstraint(btScalar timeStep); 72 65 73 66 void updateRHS(btScalar timeStep);
Note: See TracChangeset
for help on using the changeset viewer.