Package | Description |
---|---|
org.hipparchus.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Method and Description |
---|---|
SubLine |
Line.emptyHyperplane()
Build a sub-hyperplane covering nothing.
|
SubLine |
Line.wholeHyperplane()
Build a sub-hyperplane covering the whole hyperplane.
|
Modifier and Type | Method and Description |
---|---|
Vector2D |
SubLine.intersection(SubLine subLine,
boolean includeEndPoints)
Get the intersection of the instance and another sub-line.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.