pub fn three_ring_graph() -> (LinkGraph, Vec<LinkVertex>, Vec<LinkDart>)
Expand description

Returns an example LinkGraph which contains three interconnected circles. The first circle contains one vertex. The second circle contains four vertex. The third circle contains eight vertex.