- intersection(Line) - Method in class Line
-
A method that computes and returns the Point intersection of 'this' line and
the line specified in the parameter.
- intersection(Line) - Method in class LineSegment
-
A method that computes and returns the Point intersection of 'this' line segment and
the line specified in the parameter.
- intersection(LineSegment) - Method in class LineSegment
-
A method that computes and returns the Point of of intersection of 'this' line
segment and the line segment specified in the parameter.
- isParallelTo(Line) - Method in class Line
-
This method tests 'this' line and the 'line' specified as a parameter
for being parallel.
- isPerpendicularTo(Line) - Method in class Line
-
This method tests 'this' line and the 'line' specified as a parameter
for being perpendicular.