edu.tufts.cs.geometry
Class PCA.PolarVector2d

java.lang.Object
  extended by edu.tufts.cs.geometry.PCA.PolarVector2d
Enclosing class:
PCA

public static class PCA.PolarVector2d
extends java.lang.Object


Field Summary
 double r
           
 double theta
           
 
Constructor Summary
PCA.PolarVector2d(double r, double theta)
           
 
Method Summary
static PCA.PolarVector2d fromCartesian(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public double r

theta

public double theta
Constructor Detail

PCA.PolarVector2d

public PCA.PolarVector2d(double r,
                         double theta)
Method Detail

fromCartesian

public static PCA.PolarVector2d fromCartesian(double x,
                                              double y)