Class PolyhedronsSet.BRep
java.lang.Object
org.hipparchus.geometry.euclidean.threed.PolyhedronsSet.BRep
- Enclosing class:
- PolyhedronsSet
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<int[]>
Get the extracted facets.Get the extracted vertices.
-
Constructor Details
-
BRep
Simple constructor.- Parameters:
vertices
- list of polyhedrons set verticesfacets
- list of facets, as vertices indices in the vertices list
-
-
Method Details
-
getVertices
Get the extracted vertices.- Returns:
- extracted vertices
-
getFacets
Get the extracted facets.- Returns:
- extracted facets
-