Package gprover

Class ACir


  • public class ACir
    extends CClass
    Represents a geometric circle with various properties and methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] d  
      int no  
      ACir nx  
      int o  
      int[] pt  
    • Constructor Summary

      Constructors 
      Constructor Description
      ACir()
      Default constructor for ACir.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • no

        public int no
      • o

        public int o
      • pt

        public int[] pt
      • d

        public int[] d
      • nx

        public ACir nx
    • Constructor Detail

      • ACir

        public ACir()
        Default constructor for ACir. Initializes the properties of the circle.