Eulergraph
    Preparing search index...

    Type Alias CellIntersection

    type CellIntersection = {
        absolutePoint: Point | null;
        cell: Cell | LineParametric | null;
        dist: number;
        isConnectToPoint?: boolean;
        localPoint: Point | null;
    }
    Index

    Properties

    absolutePoint: Point | null
    cell: Cell | LineParametric | null
    dist: number
    isConnectToPoint?: boolean
    localPoint: Point | null