| Modifier and Type | Class and Description |
|---|---|
class |
LineSegment |
| Modifier and Type | Method and Description |
|---|---|
Point |
Line.intersection(Line line)
A method that computes and returns the Point intersection of 'this' line and
the line specified in the parameter.
|
boolean |
Line.isParalellTo(Line line)
This method tests 'this' line and the 'line' specified as a parameter
for being parallel.
|
boolean |
Line.isPerpendicularTo(Line line)
This method tests 'this' line and the 'line' specified as a parameter
for being perpendicular.
|