C# Class Vertesaur.PolygonOperation.PolygonInverseOperation

An operation that will
Mostrar archivo Open project: aarondandy/vertesaur Class Usage Examples

Public Methods

Method Description
Invert ( Polygon2 polygon ) : Polygon2

Inverts a polygon.

Invert ( Ring2 ring ) : Ring2

Inverts a ring.

Method Details

Invert() public static method

Inverts a polygon.
public static Invert ( Polygon2 polygon ) : Polygon2
polygon Polygon2 The polygon to get the inverse of.
return Polygon2

Invert() public static method

Inverts a ring.
public static Invert ( Ring2 ring ) : Ring2
ring Ring2 The ring to get the inverse of.
return Ring2