objects
Class UnitTube

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

public class UnitTube
extends Quadric

a infinite tube with radius 1


Field Summary
 
Fields inherited from class objects.Object
trans
 
Constructor Summary
UnitTube()
          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

UnitTube

public UnitTube()
constructor