pub fn get_connection_point_for_box(
loc: Point,
size: Point,
from: Point,
force: f64,
) -> (Point, Point)
Expand description
This is the implementation of get_connector_location for box-like shapes. ‘See get_connector_location’ for details.