Uses of Class
org.hipparchus.geometry.euclidean.threed.Euclidean3D
Packages that use Euclidean3D
Package
Description
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 Euclidean3DModifier and TypeMethodDescriptionstatic Euclidean3DEuclidean3D.getInstance()Get the unique instance.Methods in org.hipparchus.geometry.euclidean.threed that return types with arguments of type Euclidean3DModifier and TypeMethodDescriptionSphereGenerator.ballOnSupport(List<Vector3D> support) Create a ball whose boundary lies on prescribed support points.PolyhedronsSet.firstIntersection(Vector3D point, Line line) Get the first sub-hyperplane crossed by a semi-infinite line.Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean3DModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Vector3DFormat.format(Vector<Euclidean3D, Vector3D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVector3Dobject to produce a string.Constructor parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean3DModifierConstructorDescriptionPolyhedronsSet(BSPTree<Euclidean3D, Vector3D, Plane, SubPlane> tree, double tolerance) Build a polyhedrons set from a BSP tree.