- p1 - Variable in class LineSegment
-
Point representing the first endpoint for the line segment
- p2 - Variable in class LineSegment
-
Point representing the second endpoint for the line segment
- perimeter() - Method in class Rectangle
-
Method to compute the perimeter of 'this' Rectangle
- perimeter() - Method in class Square
-
Method to compute the perimeter of 'this' Square
- Point - Class in <Unnamed>
-
- Point(double, double) - Constructor for class Point
-
A constructor for the Point class
- pointIsOnLineSegment(Point) - Method in class LineSegment
-
This method is called to find if the specified Point lies on 'this' line segment.
- pointIsOnTheLine(Point) - Method in class Line
-
This method is called to find if the specified Point lies on 'this' line.