Class PolarPoint


  • public class PolarPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double angle  
      double range  
    • Constructor Summary

      Constructors 
      Constructor Description
      PolarPoint()  
      PolarPoint​(double newRange, double newAngle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(double newRange, double newAngle)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • range

        public double range
      • angle

        public double angle
    • Constructor Detail

      • PolarPoint

        public PolarPoint()
      • PolarPoint

        public PolarPoint​(double newRange,
                          double newAngle)
    • Method Detail

      • set

        public void set​(double newRange,
                        double newAngle)