public static class MechSystem.FrictionInfo
extends java.lang.Object
DT
produced by
getFrictionConstraints()
.
The constraint set contains either one or two friction directions
(corresponding to a column block size of either 1 or 2).Modifier and Type | Field and Description |
---|---|
static int |
BILATERAL |
int |
contactIdx0 |
int |
contactIdx1 |
int |
flags |
double |
mu |
Constructor and Description |
---|
FrictionInfo() |
Modifier and Type | Method and Description |
---|---|
double |
getMaxFriction(VectorNd lam)
Returns the maximum friction value based on the most recent
contact force and the coefficient of friction.
|
public static final int BILATERAL
public double mu
public int contactIdx0
public int contactIdx1
public int flags
public double getMaxFriction(VectorNd lam)