public static class ShapeField.DecodedTriangle
extends java.lang.Object
ShapeField.decodeTriangle(byte[], DecodedTriangle)
.Modifier and Type | Field and Description |
---|---|
boolean |
ab |
int |
aX |
int |
aY |
boolean |
bc |
int |
bX |
int |
bY |
boolean |
ca |
int |
cX |
int |
cY |
Constructor and Description |
---|
DecodedTriangle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private void |
setValues(int aX,
int aY,
boolean ab,
int bX,
int bY,
boolean bc,
int cX,
int cY,
boolean ca) |
java.lang.String |
toString()
pretty print the triangle vertices
|
public int aX
public int aY
public int bX
public int bY
public int cX
public int cY
public boolean ab
public boolean bc
public boolean ca
private void setValues(int aX, int aY, boolean ab, int bX, int bY, boolean bc, int cX, int cY, boolean ca)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object