Uses of Class
org.hipparchus.geometry.euclidean.threed.SubPlane
Packages that use SubPlane
Package
Description
This package provides basic 3D geometry components.
-
Uses of SubPlane in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return SubPlaneModifier and TypeMethodDescriptionprotected SubPlane
Build a sub-hyperplane from an hyperplane and a region.Plane.emptyHyperplane()
Build a sub-hyperplane covering nothing.Plane.wholeHyperplane()
Build a region covering the whole hyperplane.Methods in org.hipparchus.geometry.euclidean.threed that return types with arguments of type SubPlaneModifier and TypeMethodDescriptionPolyhedronsSet.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 SubPlaneModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Constructor parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type SubPlaneModifierConstructorDescriptionPolyhedronsSet
(Collection<SubPlane> boundary, double tolerance) Build a polyhedrons set from a Boundary REPresentation (B-rep) specified by sub-hyperplanes.PolyhedronsSet
(BSPTree<Euclidean3D, Vector3D, Plane, SubPlane> tree, double tolerance) Build a polyhedrons set from a BSP tree.