Uses of Class
org.hipparchus.geometry.euclidean.threed.Euclidean3D
-
Packages that use Euclidean3D Package Description org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of Euclidean3D in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return Euclidean3D Modifier and Type Method Description static Euclidean3D
Euclidean3D. getInstance()
Get the unique instance.Methods in org.hipparchus.geometry.euclidean.threed that return types with arguments of type Euclidean3D Modifier and Type Method Description EnclosingBall<Euclidean3D,Vector3D>
SphereGenerator. ballOnSupport(List<Vector3D> support)
Create a ball whose boundary lies on prescribed support points.SubHyperplane<Euclidean3D,Vector3D,Plane,SubPlane>
PolyhedronsSet. firstIntersection(Vector3D point, Line line)
Get the first sub-hyperplane crossed by a semi-infinite line.SubHyperplane.SplitSubHyperplane<Euclidean3D,Vector3D,Plane,SubPlane>
SubPlane. split(Plane hyperplane)
Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean3D Modifier and Type Method Description PolyhedronsSet
PolyhedronsSet. buildNew(BSPTree<Euclidean3D,Vector3D,Plane,SubPlane> tree)
Build a region using the instance as a prototype.StringBuffer
Vector3DFormat. format(Vector<Euclidean3D,Vector3D> vector, StringBuffer toAppendTo, FieldPosition pos)
Formats aVector3D
object to produce a string.Constructor parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean3D Constructor Description PolyhedronsSet(BSPTree<Euclidean3D,Vector3D,Plane,SubPlane> tree, double tolerance)
Build a polyhedrons set from a BSP tree.
-