Uses of Class
org.hipparchus.geometry.euclidean.threed.PolyhedronsSet.BRep
-
Packages that use PolyhedronsSet.BRep Package Description org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of PolyhedronsSet.BRep in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return PolyhedronsSet.BRep Modifier and Type Method Description PolyhedronsSet.BRep
PolyhedronsSet. getBRep()
Get the boundary representation of the instance.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type PolyhedronsSet.BRep Constructor Description PolyhedronsSet(PolyhedronsSet.BRep brep, double tolerance)
Build a polyhedrons set from a Boundary REPresentation (B-rep) specified by connected vertices.
-