Package | Description |
---|---|
fr.cnes.sirius.patrius.math.geometry.euclidean.twod |
Modifier and Type | Method and Description |
---|---|
List<Segment> |
SubLine.getSegments()
Get the endpoints of the sub-line.
|
Modifier and Type | Method and Description |
---|---|
Vector2D |
Segment.getIntersection(Segment segment)
Returns the intersection between two segments, null if there is no intersection.
|
Constructor and Description |
---|
SubLine(Segment segment)
Create a sub-line from a segment.
|
Copyright © 2023 CNES. All rights reserved.