Bullet Collision Detection & Physics Library
Classes | Enumerations
btConstraintSolver.h File Reference
#include "LinearMath/btScalar.h"
Include dependency graph for btConstraintSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btConstraintSolver
 

Enumerations

enum  btConstraintSolverType {
  BT_SEQUENTIAL_IMPULSE_SOLVER = 1 ,
  BT_MLCP_SOLVER = 2 ,
  BT_NNCG_SOLVER = 4 ,
  BT_MULTIBODY_SOLVER = 8 ,
  BT_BLOCK_SOLVER = 16
}
 btConstraintSolver provides solver interface More...
 

Enumeration Type Documentation

◆ btConstraintSolverType

btConstraintSolver provides solver interface

Enumerator
BT_SEQUENTIAL_IMPULSE_SOLVER 
BT_MLCP_SOLVER 
BT_NNCG_SOLVER 
BT_MULTIBODY_SOLVER 
BT_BLOCK_SOLVER 

Definition at line 32 of file btConstraintSolver.h.