Graph theory
A graph is a collection of vertices connected by edges.
In visual programming, a node editor can be used to edit a graph.
synonyms¶
Vertices, nodes, points
Edges, wires, links, connections
Graph, tree, collection
3d meshes are also graphs: they have verts & edges.
each vert holds info like XYZ position, UV position, vertex color
- Wikipedia entry
- sample python graph lib dgpy (no development)
Backlinks¶
- link
- graph theory requires links between nodes.