pub type EdgePoint = (Vec2, EdgeAnchor);Expand description
Identifies an edge point of a connector.
Includes the position and the anchor.
pub type EdgePoint = (Vec2, EdgeAnchor);Identifies an edge point of a connector.
Includes the position and the anchor.