com.bulletphysics.linearmath.convexhull
Class Int3
java.lang.Object
com.bulletphysics.linearmath.convexhull.Int3
- Direct Known Subclasses:
- Tri
public class Int3
- extends java.lang.Object
Field Summary |
int |
x
|
int |
y
|
int |
z
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
z
public int z
Int3
public Int3()
Int3
public Int3(int x,
int y,
int z)
Int3
public Int3(Int3 i)
set
public void set(int x,
int y,
int z)
set
public void set(Int3 i)
getCoord
public int getCoord(int coord)
setCoord
public void setCoord(int coord,
int value)
equals
public boolean equals(Int3 i)
getRef
public IntRef getRef(int coord)