ConjectureChecker
VizualizerWPF.EdgeListExtensions Class Reference

Extension class on list of Edges More...

Static Public Member Functions

static Edge ContainsEnd (this List< Edge > list, Point oppositeTo, Point point)
 Function to get the edge contained in list which is incident to both oppositeTo and point. More...
 
static List< Point > GetEnds (this List< Edge > list, Point point)
 Function to get all other ends, compare to point, of edges in list. More...
 

Detailed Description

Extension class on list of Edges

Member Function Documentation

◆ ContainsEnd()

static Edge VizualizerWPF.EdgeListExtensions.ContainsEnd ( this List< Edge list,
Point  oppositeTo,
Point  point 
)
inlinestatic

Function to get the edge contained in list which is incident to both oppositeTo and point.

Parameters
list
oppositeTo
point
Returns

◆ GetEnds()

static List<Point> VizualizerWPF.EdgeListExtensions.GetEnds ( this List< Edge list,
Point  point 
)
inlinestatic

Function to get all other ends, compare to point, of edges in list.

Parameters
list
point
Returns

The documentation for this class was generated from the following file: