Skip to content

Function: getArrowEndPoints()

ts
function getArrowEndPoints(a): object;

Parameters

a

Arrow

Returns

object

end

ts
end: object;

end.x

ts
x: number;

end.y

ts
y: number;

start

ts
start: object;

start.x

ts
x: number;

start.y

ts
y: number;