All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.bo.fm.RectangularPrism

public interface interface RectangularPrism
This class defines a specific kind of geometry. In particular, A rectangular prism is one of the fundamental geometric forms in three dimensional space. Many common objects can be modeled using this geometry, for example desks, walls and lighting fixtures. It is worth noting that the definition of a

See Also:
BoundingBox

Method Index

 o getBoundingBox()
Accessor
 o getLocation()
 o setBoundingBox(BoundingBox)
Mutator

Methods

 o getBoundingBox
 public abstract BoundingBox getBoundingBox() throws RemoteException
Accessor

 o setBoundingBox
 public abstract void setBoundingBox(BoundingBox tempBB) throws RemoteException
Mutator

 o getLocation
 public abstract Coordinate getLocation() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index