All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.asg.surfaces.ParallelRectangle

java.lang.Object
   |
   +----benno.asg.surfaces.ParallelRectangle

public class ParallelRectangle
extends Object
implements Surface
Objects of this class represent rectangles with edges parallel to the x and y axes with the whole rectangle parallel to the xy plane.

Version:
$Revision: 1.3 $

Constructor Index

 o ParallelRectangle(SpacePoint, SpacePoint)

Method Index

 o trace(SpacePoint, SpacePoint)
 o traceback(SpacePoint, SpacePoint)

Constructors

 o ParallelRectangle
 public ParallelRectangle(SpacePoint itl,
                          SpacePoint ibr)

Methods

 o trace
 public SpacePoint trace(SpacePoint eye,
                         SpacePoint screen)
 o traceback
 public boolean traceback(SpacePoint surf,
                          SpacePoint eye)

All Packages  Class Hierarchy  This Package  Previous  Next  Index