j3d.polyViewer.vec3
Class Ellipsoid

java.lang.Object
  extended by j3d.polyViewer.vec3.Ellipsoid
All Implemented Interfaces:
Vec3FunctionInterface

public class Ellipsoid
extends java.lang.Object
implements Vec3FunctionInterface

Created by IntelliJ IDEA. User: Dave Pavlik Date: Apr 11, 2005 Time: 5:48:34 PM


Constructor Summary
Ellipsoid()
           
 
Method Summary
 Vec3 getPolarVec3(double r1, double theta1, double r2, double theta2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ellipsoid

public Ellipsoid()
Method Detail

getPolarVec3

public Vec3 getPolarVec3(double r1,
                         double theta1,
                         double r2,
                         double theta2)
Specified by:
getPolarVec3 in interface Vec3FunctionInterface