C# 클래스 Vertesaur.PolygonOperation.PolygonUnionOperation

An operation that will find the geometric union of two polygons.
파일 보기 프로젝트 열기: aarondandy/vertesaur 1 사용 예제들

공개 메소드들

메소드 설명
Union ( Polygon2 a, Polygon2 b ) : IPlanarGeometry

Calculates the resulting union of two polygon geometries.

비공개 메소드들

메소드 설명
CodeContractInvariants ( ) : void
PolygonUnionOperation ( ) : System.Diagnostics.Contracts
PolygonUnionOperation ( PolygonIntersectionOperation inverseIntersectionOperation ) : System.Diagnostics.Contracts

메소드 상세

Union() 공개 메소드

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