objects
Class Ellipsoid

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

public class Ellipsoid
extends Quadric


Field Summary
 
Fields inherited from class objects.Object
trans
 
Constructor Summary
Ellipsoid(double rx, double ry, double rz)
          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

Ellipsoid

public Ellipsoid(double rx,
                 double ry,
                 double rz)
constructor

Parameters:
rx - radius in x-direction
ry - radius in y-direction
rz - radius in z-direction