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

intersect.gNode(x, y)

Arguments

x

a gNode Object

y

a gNode Object

Value

new gNode Object containing the intersection of x and y

Author

Joe DeRose