Changeset 2907 for code/branches/questsystem5/src/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
- Timestamp:
- Apr 8, 2009, 12:36:08 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
r2662 r2907 51 51 public: 52 52 53 ///for backwards compatibility during the transition to 'getInfo/getInfo2' 54 bool m_useSolveConstraintObsolete; 55 53 56 btConstraintSetting m_setting; 54 57 … … 61 64 virtual void buildJacobian(); 62 65 66 virtual void getInfo1 (btConstraintInfo1* info); 63 67 64 virtual void solveConstraint(btScalar timeStep); 68 virtual void getInfo2 (btConstraintInfo2* info); 69 70 71 virtual void solveConstraintObsolete(btSolverBody& bodyA,btSolverBody& bodyB,btScalar timeStep); 65 72 66 73 void updateRHS(btScalar timeStep);
Note: See TracChangeset
for help on using the changeset viewer.