Class OutlineExtractor

    • Constructor Detail

      • OutlineExtractor

        public OutlineExtractor​(Vector3D u,
                                Vector3D v)
        Build an extractor for a specific projection plane.
        Parameters:
        u - abscissa axis of the projection point
        v - ordinate axis of the projection point
    • 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.