|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmathematik.Plane3f
public class Plane3f
| Field Summary | |
|---|---|
float |
d
|
Vector3f |
normal
these fields are not used by default and left uninitialized 'null' |
Vector3f |
origin
|
Vector3f |
vectorA
|
Vector3f |
vectorB
|
| Constructor Summary | |
|---|---|
Plane3f()
|
|
Plane3f(Vector3f theOrigin,
Vector3f theVectorA,
Vector3f theVectorB)
|
|
| Method Summary | |
|---|---|
void |
updateD()
|
void |
updateNormal()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Vector3f origin
public Vector3f vectorA
public Vector3f vectorB
public Vector3f normal
public float d
| Constructor Detail |
|---|
public Plane3f()
public Plane3f(Vector3f theOrigin,
Vector3f theVectorA,
Vector3f theVectorB)
| Method Detail |
|---|
public void updateNormal()
public void updateD()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||