public class OutlineExtractor extends Object
polyhedrons sets
outlines.
This class extracts the 2D outlines from {polyhedrons sets
in a specified projection plane.
Constructor | Description |
---|---|
OutlineExtractor(Vector3D u,
Vector3D v) |
Build an extractor for a specific projection plane.
|
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.