1 2 3 4 5 6 7 8
use glam::Vec2; use raphtory_api::core::entities::GID; use std::collections::HashMap; pub mod cohesive_fruchterman_reingold; pub mod fruchterman_reingold; pub type NodeVectors = HashMap<GID, Vec2>;