|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.graphics.tracer.Intersection
| Constructor Summary | |
Intersection()
|
|
Intersection(Ray patch,
Shape shape,
boolean inside)
Creates a new instance of Intersection |
|
| Method Summary | |
Ray |
getPatch()
Getter for property patch. |
Shape |
getShape()
Getter for property shape. |
boolean |
isEntering()
Getter for property entering. |
void |
setEntering(boolean entering)
Setter for property entering. |
void |
setPatch(Ray patch)
Setter for property patch. |
void |
setShape(Shape shape)
Setter for property shape. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Intersection()
public Intersection(Ray patch,
Shape shape,
boolean inside)
| Method Detail |
public Ray getPatch()
public void setPatch(Ray patch)
patch - New value of property patch.public Shape getShape()
public void setShape(Shape shape)
shape - New value of property shape.public boolean isEntering()
public void setEntering(boolean entering)
entering - New value of property entering.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||