Skip to content

@vttforge/types / LineIntersection

Interface: LineIntersection ​

Where two lines meet, and how far along each the meeting is.

Properties ​

t0 ​

t0: number

How far along the first segment, 0 at its start and 1 at its end.


t1? ​

optional t1?: number

The same for the second segment. Present when asked for.


x ​

x: number


y ​

y: number

MIT licensed.