|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmathematik.Ray3f
public class Ray3f
| Field Summary | |
|---|---|
Vector3f |
direction
|
Vector3f |
origin
|
| Constructor Summary | |
|---|---|
Ray3f()
|
|
Ray3f(Vector3f theOrigin,
Vector3f theDirection)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Vector3f origin
public Vector3f direction
| Constructor Detail |
|---|
public Ray3f()
public Ray3f(Vector3f theOrigin,
Vector3f theDirection)
| Method Detail |
|---|
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 | ||||||||