public class LineSegment extends Object
Point
s.Constructor and Description |
---|
LineSegment(Point p0,
Point p1)
Constructs a
LineSegment from the specified Point s. |
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 LineSegment
Point
of this LineSegment
public Point getEndPoint()
Point
of this LineSegment
Point
of this LineSegment
Copyright © 2015 geolatte.org. All rights reserved.