- getLs1() - Method in class Rectangle
-
Getter for LineSegment 1
- getLs1() - Method in class Square
-
Getter for LineSegment 1
- getLs2() - Method in class Rectangle
-
Getter for LineSegment 2
- getLs2() - Method in class Square
-
Getter for LineSegment 2
- getP1() - Method in class LineSegment
-
Getter for the first endpoint
- getP2() - Method in class LineSegment
-
Getter for the second endpoint
- getSlope() - Method in class Line
-
A getter for the slope of the line.
- getX() - Method in class Point
-
Getter for the x coordinate of the point
- getY() - Method in class Point
-
Getter for the y coordinate of the point
- getyIntercept() - Method in class Line
-
A getter for the y intercept of the line.