public static class GL3SharedPrimitive.AxesKey extends GL3SharedPrimitive.PrimitiveKey
Constructor and Description |
---|
AxesKey(boolean x,
boolean y,
boolean z) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(boolean x,
boolean y,
boolean z) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
hasX() |
boolean |
hasY() |
boolean |
hasZ() |
int |
numAxes() |
getType
public boolean hasX()
public boolean hasY()
public boolean hasZ()
public int numAxes()
public int hashCode()
hashCode
in class GL3SharedPrimitive.PrimitiveKey
public boolean equals(java.lang.Object obj)
equals
in class GL3SharedPrimitive.PrimitiveKey
public boolean equals(boolean x, boolean y, boolean z)