Show / Hide Table of Contents

Interface IPolygonPartitioning

Represents algorithms that can decompose a given polygon into rectangular partitions that do not overlap and cover the whole polygon.

Namespace: Edgar.Legacy.GeneralAlgorithms.Algorithms.Polygons
Assembly: Edgar.dll
Syntax
public interface IPolygonPartitioning

Methods

GetPartitions(PolygonGrid2D)

Gets partitions of a given polygon.

Declaration
List<RectangleGrid2D> GetPartitions(PolygonGrid2D polygon)
Parameters
Type Name Description
PolygonGrid2D polygon
Returns
Type Description
System.Collections.Generic.List<RectangleGrid2D>
Back to top Generated by DocFX