public class SolverConstraint extends Object
| Modifier and Type | Field and Description |
|---|---|
Vector3f |
angularComponentA |
Vector3f |
angularComponentB |
float |
appliedImpulse |
float |
appliedPushImpulse |
SolverConstraintType |
constraintType |
Vector3f |
contactNormal |
float |
friction |
int |
frictionIndex |
float |
jacDiagABInv |
Object |
originalContactPoint |
float |
penetration |
Vector3f |
relpos1CrossNormal |
Vector3f |
relpos2CrossNormal |
float |
restitution |
int |
solverBodyIdA |
int |
solverBodyIdB |
| Constructor and Description |
|---|
SolverConstraint() |
public final Vector3f relpos1CrossNormal
public final Vector3f contactNormal
public final Vector3f relpos2CrossNormal
public final Vector3f angularComponentA
public final Vector3f angularComponentB
public float appliedPushImpulse
public float appliedImpulse
public int solverBodyIdA
public int solverBodyIdB
public float friction
public float restitution
public float jacDiagABInv
public float penetration
public SolverConstraintType constraintType
public int frictionIndex
public Object originalContactPoint