Uses of Class
org.hipparchus.geometry.euclidean.threed.FieldLine
Package
Description
This package provides basic 3D geometry components.
-
Uses of FieldLine in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionFieldLine.closestPoint
(FieldLine<T> line) Compute the point of the instance closest to another line.Compute the shortest distance between the instance and another line.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.