public static class IrSeekerSensor.IrSeekerIndividualSensor
extends java.lang.Object
Get the angle of this sensor, along with signal strength
Constructor and Description |
---|
IrSeekerIndividualSensor()
Constructor
|
IrSeekerIndividualSensor(double angle,
double strength)
Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getSensorAngle()
Get the angle at which this sensor is mounted
|
double |
getSensorStrength()
Get the strength of the IR signal detected by this sensor
|
java.lang.String |
toString() |
public IrSeekerIndividualSensor()
public IrSeekerIndividualSensor(double angle, double strength)
public double getSensorAngle()
public double getSensorStrength()
public java.lang.String toString()
toString
in class java.lang.Object