|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjects.Object
objects.Quadric
objects.Ellipsoid
public class Ellipsoid
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 |
---|
public Ellipsoid(double rx, double ry, double rz)
rx
- radius in x-directionry
- radius in y-directionrz
- radius in z-direction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |