|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.dynamics.constraintsolver.ContactSolverInfo
public class ContactSolverInfo
Field Summary | |
---|---|
float |
damping
|
float |
erp
|
float |
erp2
|
float |
friction
|
float |
linearSlop
|
float |
maxErrorReduction
|
int |
numIterations
|
float |
restitution
|
int |
solverMode
|
float |
sor
|
boolean |
splitImpulse
|
float |
splitImpulsePenetrationThreshold
|
float |
tau
|
float |
timeStep
|
float |
warmstartingFactor
|
Constructor Summary | |
---|---|
ContactSolverInfo()
|
|
ContactSolverInfo(ContactSolverInfo g)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float tau
public float damping
public float friction
public float timeStep
public float restitution
public int numIterations
public float maxErrorReduction
public float sor
public float erp
public float erp2
public boolean splitImpulse
public float splitImpulsePenetrationThreshold
public float linearSlop
public float warmstartingFactor
public int solverMode
Constructor Detail |
---|
public ContactSolverInfo()
public ContactSolverInfo(ContactSolverInfo g)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |