j3d.polyViewer.vec3
Class Torus

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

public class Torus
extends java.lang.Object
implements Vec3FunctionInterface

Copyright DocJava, inc. User: lyon

Date: Apr 2, 2005

Time: 4:02:56 AM


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

Constructor Detail

Torus

public Torus()
Method Detail

getPolarVec3

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object