Class CircleIntersection


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

      Fields 
      Modifier and Type Field Description
      (package private) double MAX_FLOAT  
      (package private) double MIN_FLOAT  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void circle_intersection()  
      static void main​(java.lang.String[] args)
      It executes the program.
      • Methods inherited from class java.lang.Object

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

      • MIN_FLOAT

        double MIN_FLOAT
      • MAX_FLOAT

        double MAX_FLOAT
    • Constructor Detail

      • CircleIntersection

        public CircleIntersection()
    • Method Detail

      • circle_intersection

        void circle_intersection()
      • main

        public static void main​(java.lang.String[] args)
        It executes the program.
        Parameters:
        args - no arguments