objects
Class UnitCone

java.lang.Object
  extended by objects.Object
      extended by objects.Quadric
          extended by objects.UnitCone
All Implemented Interfaces:
IObject

public class UnitCone
extends Quadric

a cone (actually two cones)


Field Summary
 
Fields inherited from class objects.Object
trans
 
Constructor Summary
UnitCone()
          constructor
 
Method Summary
 
Methods inherited from class objects.Quadric
calcIntersection, calculateTextureCoordinates, getCopy, isInside, normal, q, transform
 
Methods inherited from class objects.Object
assignMap, assignMaterial, 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

UnitCone

public UnitCone()
constructor