public class CDMRadarSweepDB.Ray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
azimuth
azimuth angle, 0 to 360+/- degree.
|
int |
index
azi angle index, such 255.
|
int |
rayIndex
number index, 0 to 360+/-.
|
Constructor and Description |
---|
Ray() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString()
get the string object of rayIndex.
|
public int index
public int rayIndex
public float azimuth
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object