Uses of Enum
org.baseagent.embodied.sensors.VisionSensor.Strategy
Packages that use VisionSensor.Strategy
-
Uses of VisionSensor.Strategy in org.baseagent.embodied.sensors
Methods in org.baseagent.embodied.sensors that return VisionSensor.StrategyModifier and TypeMethodDescriptionstatic VisionSensor.StrategyReturns the enum constant of this type with the specified name.static VisionSensor.Strategy[]VisionSensor.Strategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.baseagent.embodied.sensors with parameters of type VisionSensor.StrategyModifierConstructorDescriptionVisionSensor(double range, double leftRadians, double rightRadians, VisionSensor.Strategy strategy)