public class Test
extends java.lang.Object
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static boolean |
testLineConstructorsAndGettersAndSetters() |
static boolean |
testLineEquals() |
static boolean |
testLineIntersection() |
static boolean |
testLineIsParallelTo() |
static boolean |
testLineIsPerpendicularTo() |
static boolean |
testLinePointIsOnTheLine() |
static boolean |
testLineSegmentConstructorsAndGettersAndSetters() |
static boolean |
testLineSegmentEquals() |
static boolean |
testLineSegmentIntersectionWithLine() |
static boolean |
testLineSegmentIntersectionWithLineSegment() |
static boolean |
testLineSegmentOneCommonEndPoint() |
static boolean |
testLineSegmentPointIsOnTheLineSegment() |
static boolean |
testLineSegmentToString() |
static boolean |
testLineToString() |
static boolean |
testLineUpdateLine() |
static boolean |
testPointConstructorAndGettersAndSetters() |
static boolean |
testPointEquals() |
static boolean |
testPointToString() |
public static boolean testPointConstructorAndGettersAndSetters()
public static boolean testPointEquals()
public static boolean testPointToString()
public static boolean testLineConstructorsAndGettersAndSetters()
public static boolean testLineIsParallelTo()
public static boolean testLineIsPerpendicularTo()
public static boolean testLineIntersection()
public static boolean testLinePointIsOnTheLine()
public static boolean testLineUpdateLine()
public static boolean testLineEquals()
public static boolean testLineToString()
public static boolean testLineSegmentConstructorsAndGettersAndSetters()
public static boolean testLineSegmentPointIsOnTheLineSegment()
public static boolean testLineSegmentIntersectionWithLine()
public static boolean testLineSegmentIntersectionWithLineSegment()
public static boolean testLineSegmentOneCommonEndPoint()
public static boolean testLineSegmentEquals()
public static boolean testLineSegmentToString()
public static void main(java.lang.String[] args)