Uses of Class
org.apache.commons.geometry.euclidean.threed.line.Segment3D
Packages that use Segment3D
Package
Description
This package provides classes and utilities for lines in 3D Euclidean space.
-
Uses of Segment3D in org.apache.commons.geometry.euclidean.threed.line
Methods in org.apache.commons.geometry.euclidean.threed.line that return Segment3DModifier and TypeMethodDescriptionLine3D.segment
(double a, double b) Create a new line segment from the given 1D interval.Create a new line segment from two points.static Segment3D
Lines3D.segmentFromLocations
(Line3D line, double a, double b) Construct a new line segment from a pair of 1D locations on a line.static Segment3D
Lines3D.segmentFromPoints
(Line3D line, Vector3D a, Vector3D b) Construct a new line segment from a line and a pair of points.static Segment3D
Lines3D.segmentFromPoints
(Vector3D startPoint, Vector3D endPoint, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Construct a new line segment from two points.Transform this instance.