com.bulletphysics.collision.narrowphase
Class GjkEpaSolver.EPA.Face

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

public static class GjkEpaSolver.EPA.Face
extends java.lang.Object


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

Field Detail

v

public final GjkEpaSolver.GJK.Mkv[] v

f

public final GjkEpaSolver.EPA.Face[] f

e

public final int[] e

n

public final javax.vecmath.Vector3f n

d

public float d

mark

public int mark

prev

public GjkEpaSolver.EPA.Face prev

next

public GjkEpaSolver.EPA.Face next
Constructor Detail

GjkEpaSolver.EPA.Face

public GjkEpaSolver.EPA.Face()