Package | Description |
---|---|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
CircularRange |
StoppingConditionEvaluator.getAngularSetting()
Gets the indication that the value being computed is an angle and, if so, should that angle be between
negative PI and PI, or if it should be between 0 and 2*PI.
|
CircularRange |
StoppingCondition.getAngularSetting()
Gets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle.
|
static CircularRange |
CircularRange.getDefault()
Get the enum constant that is considered to be the default.
|
static CircularRange |
CircularRange.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CircularRange |
CircularRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircularRange[] |
CircularRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StoppingCondition.setAngularSetting(CircularRange value)
Sets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle.
|