public class OutlineExtractor extends Object
polyhedrons sets outlines.
 This class extracts the 2D outlines from {polyhedrons sets in a specified projection plane.
| Constructor and Description | 
|---|
| OutlineExtractor(Vector3D u,
                Vector3D v)Build an extractor for a specific projection plane. | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector2D[][] | getOutline(PolyhedronsSet polyhedronsSet)Extract the outline of a polyhedrons set. | 
public Vector2D[][] getOutline(PolyhedronsSet polyhedronsSet)
polyhedronsSet - polyhedrons set whose outline must be extractedCopyright © 2016–2020 Hipparchus.org. All rights reserved.