Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface LineIntersection

    interface LineIntersection {
        t0: number;
        t1?: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    t0: number

    The vector distance from A to B on segment AB

    t1?: number

    The vector distance from C to D on segment CD

    x: number

    The x-coordinate of intersection

    y: number

    The y-coordinate of intersection