Class RotatedEllipse


  • public class RotatedEllipse
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getA()  
      double getB()  
      double getBeta()  
      double getOtherTheta​(double theta1)  
      java.awt.geom.Point2D getPoint​(double theta)  
      • Methods inherited from class java.lang.Object

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

      • RotatedEllipse

        public RotatedEllipse​(UEllipse ellipse,
                              double beta)
    • Method Detail

      • getA

        public double getA()
      • getB

        public double getB()
      • getBeta

        public double getBeta()
      • getPoint

        public java.awt.geom.Point2D getPoint​(double theta)
      • getOtherTheta

        public double getOtherTheta​(double theta1)