public final class ContactPointFlag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTACT_STIFFNESS_DAMPING
contact has stiffness damping
|
static int |
FRICTION_ANCHOR
contact has a friction anchor
|
static int |
HAS_CONTACT_CFM
contact has a constraint-force modifier
|
static int |
HAS_CONTACT_ERP
contact has an error-reduction parameter
|
static int |
LATERAL_FRICTION
lateral friction is initialized
|
static java.util.logging.Logger |
logger
message logger for this class
|
public static final int LATERAL_FRICTION
public static final int HAS_CONTACT_CFM
public static final int HAS_CONTACT_ERP
public static final int CONTACT_STIFFNESS_DAMPING
public static final int FRICTION_ANCHOR
public static final java.util.logging.Logger logger