g3-toolkit API Reference
    Preparing search index...

    Interface RouteTerminal

    interface RouteTerminal {
        point: { x: number; y: number };
        side: RouteSide;
    }
    Index

    Properties

    Properties

    point: { x: number; y: number }

    Absolute anchor point ON the node border. The returned route starts/ends exactly here.

    side: RouteSide

    The border side the anchor sits on; the first/last segment leaves/enters perpendicular to it (the MR-8(a) contract).