C# 클래스 Vertesaur.PolygonOperation.PolygonDifferenceOperation

An operation that will find the geometric difference of one polygon from another.
파일 보기 프로젝트 열기: aarondandy/vertesaur 1 사용 예제들

공개 메소드들

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

Calculates the resulting difference of polygon b subtracted from polygon a.

비공개 메소드들

메소드 설명
CodeContractInvariants ( ) : void
PolygonDifferenceOperation ( ) : System.Diagnostics.Contracts
PolygonDifferenceOperation ( PolygonIntersectionOperation inverseRightOperation ) : System.Diagnostics.Contracts

메소드 상세

Difference() 공개 메소드

Calculates the resulting difference of polygon b subtracted from polygon a.
public Difference ( Polygon2 a, Polygon2 b ) : IPlanarGeometry
a Polygon2 The polygon to be subtracted from.
b Polygon2 The polygon used to subtract from a.
리턴 IPlanarGeometry