Skip to content

Function: getAttachmentPointOnNode()

ts
function getAttachmentPointOnNode(
   start, 
   nodeCenter, 
   nodeRadius): object;

Parameters

start

Point

nodeCenter

Point

nodeRadius

number

Returns

object

x

ts
x: number;

y

ts
y: number;