Package gprover

Class MidPt


  • public class MidPt
    extends CClass
    Represents a midpoint in a geometric construction. This class extends CClass and includes properties for lemma, conditions, and coordinates.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a
      The coordinates of the midpoint.
      int b
      The coordinates of the midpoint.
      int m
      The coordinates of the midpoint.
    • Constructor Summary

      Constructors 
      Constructor Description
      MidPt()
      Constructs a MidPt object with default values.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m

        public int m
        The coordinates of the midpoint.
      • a

        public int a
        The coordinates of the midpoint.
      • b

        public int b
        The coordinates of the midpoint.
    • Constructor Detail

      • MidPt

        public MidPt()
        Constructs a MidPt object with default values.