j3d.polyViewer.vec3
Class Klein
java.lang.Object
   j3d.polyViewer.vec3.Klein
j3d.polyViewer.vec3.Klein
- All Implemented Interfaces: 
- Vec3FunctionInterface
- public class Klein 
- extends java.lang.Object- implements Vec3FunctionInterface
Copyright DocJava, inc. User: lyon
 
 Date: Apr 2, 2005
 
 Time: 4:02:56 AM
| Constructor Summary | 
| Klein()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
Klein
public Klein()
getPolarVec3
public Vec3 getPolarVec3(double r1,
                         double theta1,
                         double r2,
                         double theta2)
- 
- Specified by:
- getPolarVec3in interface- Vec3FunctionInterface
 
- 
 
getPolarVec3MessedUp
public Vec3 getPolarVec3MessedUp(double r1,
                                 double theta1,
                                 double r2,
                                 double theta2)
- 
 
- 
 
sin
public static final double sin(double theta)
- 
 
- 
 
cos
public static final double cos(double theta)
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-