Class PolyhedronsSet.BRep
- java.lang.Object
-
- org.hipparchus.geometry.euclidean.threed.PolyhedronsSet.BRep
-
- Enclosing class:
- PolyhedronsSet
public static class PolyhedronsSet.BRep extends Object
Container for Boundary REPresentation (B-Rep).The boundary is provided as a list of vertices and a list of facets. Each facet is specified as an integer array containing the arrays vertices indices in the vertices list. Each facet normal is oriented by right hand rule to the facet vertices list.
- Since:
- 1.2
- See Also:
PolyhedronsSet(BSPTree, double)
,PolyhedronsSet.getBRep()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<int[]>
getFacets()
Get the extracted facets.List<Vector3D>
getVertices()
Get the extracted vertices.
-