Package gprover

Class TLine


  • public class TLine
    extends CClass
    Constructs an STris object with default values.
    • Constructor Summary

      Constructors 
      Constructor Description
      TLine()
      Constructs a TLine object with default values.
      TLine​(LLine l1, LLine l2)
      Constructs a TLine object with specified line segments.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TLine

        public TLine​(LLine l1,
                     LLine l2)
        Constructs a TLine object with specified line segments.
        Parameters:
        l1 - the first line segment
        l2 - the second line segment
      • TLine

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