|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.convexhull.Plane
public class Plane
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 |
---|
public final javax.vecmath.Vector3f normal
public float dist
Constructor Detail |
---|
public Plane()
public Plane(javax.vecmath.Vector3f n, float d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |