public class ContactMaster
extends java.lang.Object
Constructor and Description |
---|
ContactMaster(CollidableDynamicComponent comp,
double wgt) |
ContactMaster(CollidableDynamicComponent comp,
double wgt,
ContactPoint cpnt) |
Modifier and Type | Method and Description |
---|---|
void |
addRelativeVelocity(Vector3d vel) |
MatrixBlock |
get1DFrictionBlock(Vector3d dir) |
MatrixBlock |
get2DFrictionBlock(Vector3d dir1,
Vector3d dir2) |
MatrixBlock |
getBlock(Vector3d dir) |
int |
getSolveIndex() |
public ContactMaster(CollidableDynamicComponent comp, double wgt, ContactPoint cpnt)
public ContactMaster(CollidableDynamicComponent comp, double wgt)
public int getSolveIndex()
public MatrixBlock getBlock(Vector3d dir)
public MatrixBlock get1DFrictionBlock(Vector3d dir)
public MatrixBlock get2DFrictionBlock(Vector3d dir1, Vector3d dir2)
public void addRelativeVelocity(Vector3d vel)