pub fn draw_edge(
ui: &mut Ui,
geometry: &EdgeGeometry,
show_arrow: bool,
) -> Response
Expand description
Draws an edge between two points, optionally with an arrow at the target point.
pub fn draw_edge(
ui: &mut Ui,
geometry: &EdgeGeometry,
show_arrow: bool,
) -> Response
Draws an edge between two points, optionally with an arrow at the target point.