objects
Class Chair

java.lang.Object
  extended by objects.Object
      extended by objects.Assembly
          extended by objects.Chair
All Implemented Interfaces:
IObject

public class Chair
extends Assembly


Field Summary
 
Fields inherited from class objects.Assembly
list
 
Fields inherited from class objects.Object
trans
 
Constructor Summary
Chair(double size)
          constructor
 
Method Summary
 IObject getCopy()
           
 
Methods inherited from class objects.Assembly
addObject, assignBoundingObject, assignMap, assignMaterial, calcIntersection, calculateTextureCoordinates, getBoundingObject, isInside, normal, q, transform
 
Methods inherited from class objects.Object
getArea, getMap, getMaterial, getTransformationMatrix, move, rotate, rotateAroundX, rotateAroundY, rotateAroundZ, scale, scale, setTransformationMatrix, UniformRandomPoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chair

public Chair(double size)
constructor

Parameters:
size - the scale factor of the chair
Method Detail

getCopy

public IObject getCopy()
Specified by:
getCopy in interface IObject
Overrides:
getCopy in class Assembly
Returns:
the area of the object