Class ULine

    • Constructor Detail

      • ULine

        public ULine​(double dx,
                     double dy)
    • Method Detail

      • rotate

        public ULine rotate​(double theta)
      • hline

        public static ULine hline​(double dx)
      • vline

        public static ULine vline​(double dy)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDX

        public double getDX()
      • getDY

        public double getDY()
      • getLength

        public double getLength()