Uses of Class
org.hipparchus.geometry.euclidean.threed.Line
Package
Description
This package provides basic 3D geometry components.
-
Uses of Line in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionstatic Line
Line.fromDirection
(Vector3D point, Vector3D direction, double tolerance) Create a line from a point and a direction.Segment.getLine()
Get the line containing the segment.Plane.intersection
(Plane other) Build the line shared by the instance and another plane.Line.revert()
Get a line with reversed direction.Modifier and TypeMethodDescriptionLine.closestPoint
(Line line) Compute the point of the instance closest to another line.double
Compute the shortest distance between the instance and another line.PolyhedronsSet.firstIntersection
(Vector3D point, Line line) Get the first sub-hyperplane crossed by a semi-infinite line.Line.intersection
(Line line) Get the intersection point of the instance and another line.Plane.intersection
(Line line) Get the intersection of a line with the instance.boolean
Line.isSimilarTo
(Line line) Check if the instance is similar to another line.