git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@324 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
b61edcc494
commit
2f9a12f887
|
@ -22,6 +22,7 @@
|
|||
|
||||
// Libraries
|
||||
#include "LCPSolver.h"
|
||||
#include <map>
|
||||
|
||||
namespace reactphysics3d {
|
||||
|
||||
|
@ -35,7 +36,7 @@ namespace reactphysics3d {
|
|||
class LCPProjectedGaussSeidel : public LCPSolver {
|
||||
protected:
|
||||
|
||||
void LCPProjectedGaussSeidel::computeVectorA(const Vector& lambda, uint nbConstraints, const Body*** const bodyMapping,
|
||||
void computeVectorA(const Vector& lambda, uint nbConstraints, const Body*** const bodyMapping,
|
||||
const Matrix** const B_sp, std::map<Body*, uint> bodyNumberMapping,
|
||||
Vector* const a, uint nbBodies) const ; // Compute the vector a used in the solve() method
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user