j3d.polyViewer.vec3
Class Disk

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

public class Disk
extends java.lang.Object
implements Vec3FunctionInterface

Copyright 2007, DocJava, Inc. User: Gino Lopes Date: Apr 8, 2005 Time: 7:14:38 AM


Constructor Summary
Disk()
           
 
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

Disk

public Disk()
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