graphics.raytracers.tracer
Class view
java.lang.Object
   graphics.raytracers.tracer.view
graphics.raytracers.tracer.view
- public class view 
- extends java.lang.Object
| Constructor Summary | 
| view()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
view
public view()
getFrom
public Vector3d getFrom()
- 
 
setFrom
public void setFrom(Vector3d from)
- 
 
getAt
public Vector3d getAt()
- 
 
setAt
public void setAt(Vector3d at)
- 
 
getUp
public Vector3d getUp()
- 
 
setUp
public void setUp(Vector3d up)
- 
 
getDist
public double getDist()
- 
 
setDist
public void setDist(double dist)
- 
 
getAngle
public double getAngle()
- 
 
setAngle
public void setAngle(double angle)
- 
 
getAspect
public double getAspect()
- 
 
setAspect
public void setAspect(double aspect)
-