public class LineSegment extends Object
Points.| Constructor and Description |
|---|
LineSegment(Point p0,
Point p1)
Constructs a
LineSegment from the specified Points. |
| Modifier and Type | Method and Description |
|---|---|
Point |
getEndPoint()
Returns the second, or end
Point of this LineSegment |
Point |
getStartPoint()
Returns the first, or start
Point of this LineSegment |
public Point getStartPoint()
Point of this LineSegmentPoint of this LineSegmentpublic Point getEndPoint()
Point of this LineSegmentPoint of this LineSegmentCopyright © 2015 geolatte.org. All rights reserved.