C# Class Poly2Tri.Triangulation.Polygon.PolygonSet

Show file Open project: scastle/Solitude

Protected Properties

Property Type Description
_polygons List

Public Methods

Method Description
Add ( Polygon p ) : void
PolygonSet ( ) : System.Collections.Generic
PolygonSet ( Polygon poly ) : System.Collections.Generic

Method Details

Add() public method

public Add ( Polygon p ) : void
p Polygon
return void

PolygonSet() public method

public PolygonSet ( ) : System.Collections.Generic
return System.Collections.Generic

PolygonSet() public method

public PolygonSet ( Polygon poly ) : System.Collections.Generic
poly Polygon
return System.Collections.Generic

Property Details

_polygons protected property

protected List _polygons
return List