Skip to main content

compute_layout

Function compute_layout 

Source
pub fn compute_layout<N, E>(
    graph: &Graph<N, E>,
    algorithm: LayoutAlgorithm,
    config: &LayoutConfig,
) -> HashMap<NodeId, Vec2>