Package gprover
Class Angles
- java.lang.Object
-
- gprover.CClass
-
- gprover.Angles
-
public class Angles extends CClass
The Angles class represents a geometric configuration of four lines. It extends the CClass and includes properties for lemma, condition, and other attributes related to angles.
-
-
Constructor Detail
-
Angles
public Angles(LLine l1, LLine l2, LLine l3, LLine l4)
Constructs an Angles object with the specified lines.- Parameters:
l1- the first linel2- the second linel3- the third linel4- the fourth line
-
Angles
public Angles()
Constructs an Angles object with default values.
-
-