C# Class Vertesaur.PolygonOperation.Test.PolyPairTestData

An object storing test data that is to be used in other tests.
Datei anzeigen Open project: aarondandy/vertesaur Class Usage Examples

Public Methods

Method Description
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

Method Details

PolyPairTestData() public method

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

PolyPairTestData() public method

public PolyPairTestData ( RingPairTestData ringData ) : System.Collections.Generic
ringData RingPairTestData
return System.Collections.Generic

PolyPairTestData() public method

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

PolyPairTestData() public method

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

PolyPairTestData() public method

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

ToString() public method

public ToString ( ) : string
return string