Package | Description |
---|---|
msim.model |
Mixed physical/virtual linkage Simulator model representation and algorithms.
|
Modifier and Type | Field and Description |
---|---|
static Joint.ResidualType[] |
Joint.RESIDUAL_TYPES
set of all
Joint.ResidualType s, do not modify |
Modifier and Type | Method and Description |
---|---|
static Joint.ResidualType |
Joint.ResidualType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Joint.ResidualType[] |
Joint.ResidualType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double[] |
Joint.getResidual(int which,
Joint.ResidualType type)
Covers
Joint.getResidual(int, ResidualType, int, double[]) , starts
at 0 and conses. |
double[] |
Joint.getResidual(int which,
Joint.ResidualType type,
double[] residual)
Covers
Joint.getResidual(int, ResidualType, int, double[]) , starts
at 0. |
double[] |
Joint.getResidual(int which,
Joint.ResidualType type,
int start,
double[] residual)
Compute a differential vector which will satisfy the specified goal
when added to the current state of that goal.
|