Uses of Class
org.hipparchus.geometry.euclidean.threed.FieldLine
-
Packages that use FieldLine Package Description org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of FieldLine in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return FieldLine Modifier and Type Method Description FieldLine<T>
FieldLine. revert()
Get a line with reversed direction.Methods in org.hipparchus.geometry.euclidean.threed with parameters of type FieldLine Modifier and Type Method Description FieldVector3D<T>
FieldLine. closestPoint(FieldLine<T> line)
Compute the point of the instance closest to another line.T
FieldLine. distance(FieldLine<T> line)
Compute the shortest distance between the instance and another line.FieldVector3D<T>
FieldLine. intersection(FieldLine<T> line)
Get the intersection point of the instance and another line.boolean
FieldLine. isSimilarTo(FieldLine<T> line)
Check if the instance is similar to another line.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type FieldLine Constructor Description FieldLine(FieldLine<T> line)
Copy constructor.
-