• Preparing search index...
  • The search index is not available
Atmospheric Edge-Path Bundling
  • Atmospheric Edge-Path Bundling
  • EdgeBundling/hooks/useNodesAndEdges
  • useNodesAndEdges

Function useNodesAndEdges

  • useNodesAndEdges(
        flightData: FlightData[],
        d: number,
    ): { edges: Edge[]; nodesMap: Map<string, Node> }
  • This hook creates nodes and edges from the flight data.

    Parameters

    • flightData: FlightData[]

      The flight data

    • d: number

      The edge weight parameter

    Returns { edges: Edge[]; nodesMap: Map<string, Node> }

    The nodes and edges

    • Defined in EdgeBundling/hooks/useNodesAndEdges.tsx:46

Settings

Member Visibility
Atmospheric Edge-Path Bundling
  • Loading...

Generated using TypeDoc