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