| Package | Description | 
|---|---|
| org.hipparchus.geometry.euclidean.threed | 
 This package provides basic 3D geometry components. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldLine<T> | FieldLine. revert()Get a line with reversed direction. | 
| Modifier and Type | Method and 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. | 
| Constructor and Description | 
|---|
| FieldLine(FieldLine<T> line)Copy constructor. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.