Class SmallestEnclosingCircle


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(java.awt.geom.Point2D pt)  
      Circle getCircle()  
      • Methods inherited from class java.lang.Object

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

      • SmallestEnclosingCircle

        public SmallestEnclosingCircle()
    • Method Detail

      • append

        public void append​(java.awt.geom.Point2D pt)
      • getCircle

        public Circle getCircle()