|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.joode.collision.ContactGeom
public class ContactGeom
| Field Summary | |
|---|---|
float |
depth
|
Geom |
g1
|
Geom |
g2
|
Vector3 |
normal
|
Vector3 |
pos
|
| Constructor Summary | |
|---|---|
ContactGeom()
|
|
| Method Summary | |
|---|---|
void |
init()
|
void |
jitter()
Adds a tiny amount of chaos to the contact |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Vector3 pos
public Vector3 normal
public float depth
public Geom g1
public Geom g2
| Constructor Detail |
|---|
public ContactGeom()
| Method Detail |
|---|
public void init()
public void jitter()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||