com.bulletphysics.linearmath.convexhull
Class Int4

java.lang.Object
  extended by com.bulletphysics.linearmath.convexhull.Int4

public class Int4
extends java.lang.Object


Field Summary
 int w
           
 int x
           
 int y
           
 int z
           
 
Constructor Summary
Int4()
           
Int4(int x, int y, int z, int w)
           
 
Method Summary
 int getCoord(int coord)
           
 void set(int x, int y, int z, int w)
           
 
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

w

public int w
Constructor Detail

Int4

public Int4()

Int4

public Int4(int x,
            int y,
            int z,
            int w)
Method Detail

set

public void set(int x,
                int y,
                int z,
                int w)

getCoord

public int getCoord(int coord)