org.autochthonous.graphics.rt
Interface Traceable
- All Superinterfaces:
- java.lang.Cloneable
- All Known Subinterfaces:
- Illuminated, Partitionable
- All Known Implementing Classes:
- Aggregate, Bounded, BvTree, Metaball, Renderable, World
- public interface Traceable
- extends java.lang.Cloneable
isIntersected
public boolean isIntersected(Ray r)
intersections
public HitList intersections(Ray r)
isShadowing
public boolean isShadowing(Ray r)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException