Uses of Class
org.hipparchus.geometry.euclidean.threed.Segment
-
Packages that use Segment Package Description org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of Segment in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return types with arguments of type Segment Modifier and Type Method Description List<Segment>
SubLine. getSegments()
Get the endpoints of the sub-line.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type Segment Constructor Description SubLine(Segment segment)
Create a sub-line from a segment.
-