Checks if the current vertex is incident with the specified edge.
Namespace: MindFusion.GraphsPackage: Vertex.js
function incidentWith (edge)
The edge to check.
true if the vertex is incident with the edge; otherwise, false.
Vertex MembersVertex ClassMindFusion.Graphs Namespace