Class OutlineExtractor
- java.lang.Object
-
- org.hipparchus.geometry.euclidean.threed.OutlineExtractor
-
public class OutlineExtractor extends Object
Extractor forpolyhedrons sets
outlines.This class extracts the 2D outlines from {
polyhedrons sets
in a specified projection plane.
-
-
Constructor Summary
Constructors Constructor Description OutlineExtractor(Vector3D u, Vector3D v)
Build an extractor for a specific projection plane.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector2D[][]
getOutline(PolyhedronsSet polyhedronsSet)
Extract the outline of a polyhedrons set.
-
-
-
Method Detail
-
getOutline
public Vector2D[][] getOutline(PolyhedronsSet polyhedronsSet)
Extract the outline of a polyhedrons set.- Parameters:
polyhedronsSet
- polyhedrons set whose outline must be extracted- Returns:
- an outline, as an array of loops.
-
-