com.bulletphysics.linearmath.convexhull
Class Int3

java.lang.Object
  extended by com.bulletphysics.linearmath.convexhull.Int3
Direct Known Subclasses:
Tri

public class Int3
extends java.lang.Object


Field Summary
 int x
           
 int y
           
 int z
           
 
Constructor Summary
Int3()
           
Int3(Int3 i)
           
Int3(int x, int y, int z)
           
 
Method Summary
 boolean equals(Int3 i)
           
 int getCoord(int coord)
           
 IntRef getRef(int coord)
           
 void set(Int3 i)
           
 void set(int x, int y, int z)
           
 void setCoord(int coord, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

z

public int z
Constructor Detail

Int3

public Int3()

Int3

public Int3(int x,
            int y,
            int z)

Int3

public Int3(Int3 i)
Method Detail

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)