Constructor and Description |
---|
LineSegment(P p0,
P p1)
Constructs a
LineSegment from the specified Position s. |
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 LineSegment
Position
of this LineSegment
public P getEndPosition()
Position
of this LineSegment
Position
of this LineSegment
Copyright © 2019 geolatte.org. All rights reserved.