Click or drag to resize

GraphCombineIntersection Method

Combines to sets of edges by intersection

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static HashSet<Edge> CombineIntersection(
	HashSet<Edge> objs1,
	HashSet<Edge> objs2
)

Parameters

objs1
Type: System.Collections.GenericHashSetEdge
first set of edges
objs2
Type: System.Collections.GenericHashSetEdge
second set of edges

Return Value

Type: HashSetEdge
Intersection of sets
See Also