j3d.polyViewer.vec3
Class Cone
java.lang.Object
j3d.polyViewer.vec3.Cone
- All Implemented Interfaces:
- Vec3FunctionInterface
public class Cone
- extends java.lang.Object
- implements Vec3FunctionInterface
Copyright 2007, DocJava, Inc.
User: Gino Lopes
Date: Apr 8, 2005
Time: 7:14:38 AM
Constructor Summary |
Cone()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Cone
public Cone()
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