com.bulletphysics.linearmath.convexhull
Class Tri

java.lang.Object
  extended by com.bulletphysics.linearmath.convexhull.Int3
      extended by com.bulletphysics.linearmath.convexhull.Tri

public class Tri
extends Int3


Field Summary
 int id
           
 Int3 n
           
 float rise
           
 int vmax
           
 
Fields inherited from class com.bulletphysics.linearmath.convexhull.Int3
x, y, z
 
Constructor Summary
Tri(int a, int b, int c)
           
 
Method Summary
 IntRef neib(int a, int b)
           
 
Methods inherited from class com.bulletphysics.linearmath.convexhull.Int3
equals, getCoord, getRef, set, set, setCoord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public Int3 n

id

public int id

vmax

public int vmax

rise

public float rise
Constructor Detail

Tri

public Tri(int a,
           int b,
           int c)
Method Detail

neib

public IntRef neib(int a,
                   int b)