Extension class on list of Edges
More...
|
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...
|
|
Extension class on list of Edges
◆ ContainsEnd()
static Edge VizualizerWPF.EdgeListExtensions.ContainsEnd |
( |
this List< Edge > |
list, |
|
|
Point |
oppositeTo, |
|
|
Point |
point |
|
) |
| |
|
static |
Function to get the edge contained in list
which is incident to both oppositeTo
and point
.
- Parameters
-
- Returns
◆ GetEnds()
static List<Point> VizualizerWPF.EdgeListExtensions.GetEnds |
( |
this List< Edge > |
list, |
|
|
Point |
point |
|
) |
| |
|
static |
Function to get all other ends, compare to point
, of edges in list
.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: