|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoiseType | |
---|---|
com.yobotics.simulationconstructionset | |
us.ihmc.utilities.math |
Uses of NoiseType in com.yobotics.simulationconstructionset |
---|
Methods in com.yobotics.simulationconstructionset with parameters of type NoiseType | |
---|---|
void |
NoisyYoRotationMatrix.setNoiseType(NoiseType noiseType)
|
void |
NoisyDoubleYoVariable.setNoiseType(NoiseType noiseType)
|
Constructors in com.yobotics.simulationconstructionset with parameters of type NoiseType | |
---|---|
NoisyDoubleYoVariable(java.lang.String name,
YoVariableRegistry registry,
boolean isNoisy,
double randomBound,
boolean useBias,
double bias,
double biasMax,
double biasMin,
double biasDelta,
NoiseType noiseType,
double standardDeviation)
|
|
NoisyDoubleYoVariable(java.lang.String name,
YoVariableRegistry registry,
DoubleYoVariable perfect,
boolean isNoisy,
double randomBound,
boolean useBias,
double bias,
double biasMax,
double biasMin,
double biasDelta,
NoiseType noiseType,
double standardDeviation)
|
Uses of NoiseType in us.ihmc.utilities.math |
---|
Methods in us.ihmc.utilities.math that return NoiseType | |
---|---|
static NoiseType |
NoiseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NoiseType[] |
NoiseType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |