com.bulletphysics.collision.narrowphase
Class GjkEpaSolver.Face

java.lang.Object
  extended by com.bulletphysics.collision.narrowphase.GjkEpaSolver.Face
Enclosing class:
GjkEpaSolver

public static class GjkEpaSolver.Face
extends Object


Field Summary
 float d
           
 int[] e
           
 GjkEpaSolver.Face[] f
           
 int mark
           
 Vector3f n
           
 GjkEpaSolver.Face next
           
 GjkEpaSolver.Face prev
           
 GjkEpaSolver.Mkv[] v
           
 
Constructor Summary
GjkEpaSolver.Face()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

public final GjkEpaSolver.Mkv[] v

f

public final GjkEpaSolver.Face[] f

e

public final int[] e

n

public final Vector3f n

d

public float d

mark

public int mark

prev

public GjkEpaSolver.Face prev

next

public GjkEpaSolver.Face next
Constructor Detail

GjkEpaSolver.Face

public GjkEpaSolver.Face()