Raytracing
Class Plane

java.lang.Object
  extended by Raytracing.Plane

public class Plane
extends java.lang.Object


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

Plane

public Plane(float ox,
             float oy,
             float oz,
             float nx,
             float ny,
             float nz)
Creates a new instance of Plane

Method Detail

draw

public void draw(processing.core.PGraphics g)

intersect

public boolean intersect(Ray state)