Checks if the current vertex is incident with the specified edge.
Namespace: MindFusion.Graphs
File: Vertex.js
JavaScript Copy Code |
---|
function incidentWith (edge) |
Edge. The edge to check.
true if the vertex is incident with the edge; otherwise, false.