Type Alias CellIntersection

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