Checks if the current edge is adjacent to the specified edge, that is, they have common vertex. Namespace: MindFusion.Graphs
|
JavaScript
![]() |
---|
function adjacentTo (edge) |
The edge to check.
true if the current edge is adjacent to the specified edge; otherwise, false.