public static class PolyhedronsSet.BRep
extends java.lang.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(java.util.List<Vector3D> vertices,
java.util.List<int[]> facets) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<int[]> |
getFacets() |
Get the extracted facets.
|
java.util.List<Vector3D> |
getVertices() |
Get the extracted vertices.
|
public BRep(java.util.List<Vector3D> vertices, java.util.List<int[]> facets)
vertices - list of polyhedrons set verticesfacets - list of facets, as vertices indices in the vertices listpublic java.util.List<Vector3D> getVertices()
public java.util.List<int[]> getFacets()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.