Package gprover

Class Mnde


  • public class Mnde
    extends java.lang.Object
    Represents a geometric construction node.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      AngTr tr  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cp​(Mnde m)
      Copies the values from another Mnde object to this object.
      • Methods inherited from class java.lang.Object

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

      • Mnde

        public Mnde()
        Constructs a Mnde object with default values.
    • Method Detail

      • cp

        public void cp​(Mnde m)
        Copies the values from another Mnde object to this object.
        Parameters:
        m - the Mnde object to copy from