|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray.intersection.Intersections.BoxInput
public static class Intersections.BoxInput
Field Summary | |
---|---|
float |
expansion_x
|
float |
expansion_y
|
float |
expansion_z
|
Vector3f |
front_normal
|
Matrix4f |
invers_transformation
|
int |
minIndex
|
Ray |
ray
|
Vector3f |
right_normal
|
Vector3f |
top_normal
|
Matrix4f |
transformation
|
Constructor Summary | |
---|---|
Intersections.BoxInput()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float expansion_x
public float expansion_y
public float expansion_z
public final Vector3f front_normal
public final Matrix4f invers_transformation
public int minIndex
public final Ray ray
public final Vector3f right_normal
public final Vector3f top_normal
public final Matrix4f transformation
Constructor Detail |
---|
public Intersections.BoxInput()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |