j3d.polyViewer.vec3
Class Cone

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

public class Cone
extends java.lang.Object
implements Vec3FunctionInterface

Created by IntelliJ IDEA. User: Gino Lopes Date: Apr 8, 2005 Time: 7:14:38 AM To change this template use File | Settings | File Templates.


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

Cone

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