Given a 2D rectangle and an angle off the center, find the point of the closest corner. Used for anchoring connector lines to annotation labels.
Pass an optional target array to write the result into, avoiding an allocation in hot paths.
target
Optional
Given a 2D rectangle and an angle off the center, find the point of the closest corner. Used for anchoring connector lines to annotation labels.
Pass an optional
targetarray to write the result into, avoiding an allocation in hot paths.