|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSurface
public abstract class Surface
Represents an abstract surface in the scene.
Field Summary | |
---|---|
static Surface |
EMPTY
|
Constructor Summary | |
---|---|
Surface()
|
Method Summary | |
---|---|
abstract Intersection |
getIntersection(Ray query)
Returns information about the closest point on this surface that the query ray hits, where the ``distance'' along the ray will be at least one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Surface EMPTY
Constructor Detail |
---|
public Surface()
Method Detail |
---|
public abstract Intersection getIntersection(Ray query)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |