Class Pixy2Line.IntersectionLine
- java.lang.Object
-
- io.github.pseudoresonance.pixy2api.Pixy2Line.IntersectionLine
-
- Enclosing class:
- Pixy2Line
public static class Pixy2Line.IntersectionLine extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntersectionLine(int index, int reserved, short angle)
Constructs IntersectionLine object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getAngle()
int
getIndex()
int
getReserved()
void
print()
Prints intersection line data to consolejava.lang.String
toString()
Returns a string of intersection line data
-
-
-
Method Detail
-
print
public void print()
Prints intersection line data to console
-
toString
public java.lang.String toString()
Returns a string of intersection line data- Overrides:
toString
in classjava.lang.Object
- Returns:
- String of intersection line data
-
getIndex
public int getIndex()
- Returns:
- IntersectionLine index
-
getReserved
public int getReserved()
- Returns:
- Reserved
-
getAngle
public short getAngle()
- Returns:
- Line angle
-
-