C# 클래스 Vertesaur.PolygonOperation.Test.PolyPairTestData

An object storing test data that is to be used in other tests.
파일 보기 프로젝트 열기: aarondandy/vertesaur 1 사용 예제들

공개 메소드들

메소드 설명
PolyPairTestData ( PolyPairTestData data, Polygon2 result ) : System.Collections.Generic
PolyPairTestData ( RingPairTestData ringData ) : System.Collections.Generic
PolyPairTestData ( RingPairTestData data, Polygon2 result ) : System.Collections.Generic
PolyPairTestData ( string name, Polygon2 a, Polygon2 b ) : System.Collections.Generic
PolyPairTestData ( string name, Polygon2 a, Polygon2 b, Polygon2 r ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

PolyPairTestData() 공개 메소드

public PolyPairTestData ( PolyPairTestData data, Polygon2 result ) : System.Collections.Generic
data PolyPairTestData
result Polygon2
리턴 System.Collections.Generic

PolyPairTestData() 공개 메소드

public PolyPairTestData ( RingPairTestData ringData ) : System.Collections.Generic
ringData RingPairTestData
리턴 System.Collections.Generic

PolyPairTestData() 공개 메소드

public PolyPairTestData ( RingPairTestData data, Polygon2 result ) : System.Collections.Generic
data RingPairTestData
result Polygon2
리턴 System.Collections.Generic

PolyPairTestData() 공개 메소드

public PolyPairTestData ( string name, Polygon2 a, Polygon2 b ) : System.Collections.Generic
name string
a Polygon2
b Polygon2
리턴 System.Collections.Generic

PolyPairTestData() 공개 메소드

public PolyPairTestData ( string name, Polygon2 a, Polygon2 b, Polygon2 r ) : System.Collections.Generic
name string
a Polygon2
b Polygon2
r Polygon2
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string