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