public static class PolyhedronsSet.BRep extends Object
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.
PolyhedronsSet(BSPTree, double)
,
PolyhedronsSet.getBRep()
Constructor | Description |
---|---|
BRep(List<Vector3D> vertices,
List<int[]> facets) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
List<int[]> |
getFacets() |
Get the extracted facets.
|
List<Vector3D> |
getVertices() |
Get the extracted vertices.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.