Uses of Class
org.hipparchus.geometry.euclidean.threed.Line
Packages that use Line
Package
Description
This package provides basic 3D geometry components.
-
Uses of Line in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return LineModifier 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.Methods in org.hipparchus.geometry.euclidean.threed with parameters of type LineModifier 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.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type Line