Uses of Class
org.apache.commons.geometry.euclidean.threed.line.Segment3D
-
Packages that use Segment3D Package Description org.apache.commons.geometry.euclidean.threed.line 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 Segment3D Modifier and Type Method Description Segment3DLine3D. segment(double a, double b)Create a new line segment from the given 1D interval.Segment3DLine3D. segment(Vector3D a, Vector3D b)Create a new line segment from two points.static Segment3DLines3D. segmentFromLocations(Line3D line, double a, double b)Construct a new line segment from a pair of 1D locations on a line.static Segment3DLines3D. segmentFromPoints(Line3D line, Vector3D a, Vector3D b)Construct a new line segment from a line and a pair of points.static Segment3DLines3D. segmentFromPoints(Vector3D startPoint, Vector3D endPoint, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)Construct a new line segment from two points.Segment3DSegment3D. transform(Transform<Vector3D> transform)Transform this instance.
-