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