Returns a new gEdge which is the intersection of x and y (edge.id's). All arguments must point at the same graph or an error will be thrown.

intersect.gEdge(x, y)

Arguments

x

a gEdge Object

y

a gEdge Object

Value

new gEdge containing the intersection of x and y

Author

Joe DeRose