|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.geometry.euclidean.threed.OutlineExtractor
public class OutlineExtractor
Extractor for polyhedrons sets outlines.
This class extracts the 2D outlines from {polyhedrons sets in a specified projection plane.
| Constructor Summary | |
|---|---|
OutlineExtractor(Vector3D u,
Vector3D v)
Build an extractor for a specific projection plane. |
|
| Method Summary | |
|---|---|
Vector2D[][] |
getOutline(PolyhedronsSet polyhedronsSet)
Extract the outline of a polyhedrons set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutlineExtractor(Vector3D u,
Vector3D v)
u - abscissa axis of the projection pointv - ordinate axis of the projection point| Method Detail |
|---|
public Vector2D[][] getOutline(PolyhedronsSet polyhedronsSet)
polyhedronsSet - polyhedrons set whose outline must be extracted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||