com.bulletphysics.linearmath.convexhull
Class Plane

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

public class Plane
extends java.lang.Object


Field Summary
 float dist
           
 javax.vecmath.Vector3f normal
           
 
Constructor Summary
Plane()
           
Plane(javax.vecmath.Vector3f n, float d)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normal

public final javax.vecmath.Vector3f normal

dist

public float dist
Constructor Detail

Plane

public Plane()

Plane

public Plane(javax.vecmath.Vector3f n,
             float d)