| Constructor and Description |
|---|
LineSegment(P p0,
P p1)
Constructs a
LineSegment from the specified Positions. |
| Modifier and Type | Method and Description |
|---|---|
P |
getEndPosition()
Returns the second, or end
Position of this LineSegment |
P |
getStartPosition()
Returns the first, or start
Position of this LineSegment |
public P getStartPosition()
Position of this LineSegmentPosition of this LineSegmentpublic P getEndPosition()
Position of this LineSegmentPosition of this LineSegmentCopyright © 2021 geolatte.org. All rights reserved.