pub fn plan_node_pointer_resize(
graph: &Graph,
request: NodePointerResizeRequest,
) -> Option<NodeResizePlan>Expand description
Plans a node resize update from canvas-space pointer movement without mutating the graph.
pub fn plan_node_pointer_resize(
graph: &Graph,
request: NodePointerResizeRequest,
) -> Option<NodeResizePlan>Plans a node resize update from canvas-space pointer movement without mutating the graph.