C# Class Vertesaur.PolygonOperation.PolygonUnionOperation

An operation that will find the geometric union of two polygons.
Mostrar archivo Open project: aarondandy/vertesaur Class Usage Examples

Public Methods

Method Description
Union ( Polygon2 a, Polygon2 b ) : IPlanarGeometry

Calculates the resulting union of two polygon geometries.

Private Methods

Method Description
CodeContractInvariants ( ) : void
PolygonUnionOperation ( ) : System.Diagnostics.Contracts
PolygonUnionOperation ( PolygonIntersectionOperation inverseIntersectionOperation ) : System.Diagnostics.Contracts

Method Details

Union() public method

Calculates the resulting union of two polygon geometries.
public Union ( Polygon2 a, Polygon2 b ) : IPlanarGeometry
a Polygon2 A polygon.
b Polygon2 A polygon.
return IPlanarGeometry