Documentation of 'kcl.waterloo.math.geom.Polar' Java class
Polar
kcl.waterloo.math.geom

Class Polar



  • public class Polar
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Polar(double[] theta, double[] radius) 
      Polar(int n) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double[] getRadius() 
      double[] getTheta() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Polar

        public Polar(int n)
      • Polar

        public Polar(double[] theta,
                     double[] radius)
    • Method Detail

      • getTheta

        public double[] getTheta()
        Returns:
        the theta
      • getRadius

        public double[] getRadius()
        Returns:
        the radius

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.