Skip to main content

Home > @jsplumb/util > LineXY

LineXY type#

Defines a line from some point to another.

Signature:

export declare type LineXY = [PointXY, PointXY];

References: PointXY