|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRaytracing.Plane
public class Plane
| Constructor Summary | |
|---|---|
Plane(float ox,
float oy,
float oz,
float nx,
float ny,
float nz)
Creates a new instance of Plane |
|
| Method Summary | |
|---|---|
void |
draw(processing.core.PGraphics g)
|
boolean |
intersect(Ray state)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plane(float ox,
float oy,
float oz,
float nx,
float ny,
float nz)
| Method Detail |
|---|
public void draw(processing.core.PGraphics g)
public boolean intersect(Ray state)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||