Idris2Doc : CyBy.Draw.Internal.Navigation

CyBy.Draw.Internal.Navigation

(source)

Definitions

dataDirection : Type
Totality: total
Visibility: public export
Constructors:
N : Direction
W : Direction
S : Direction
E : Direction
moveActive : Direction->CDGraph->CDGraph
  Given an input angle and a currently hovered node or edge,
attempts to transfer the role Hover to the most appropriate
neighboring node or edge based on angular proximity.
In the case of edge-to-node navigation, node positions are also
evaluated to determine the best match.
If no suitable candidate is found, the graph is returned unchanged.

Totality: total
Visibility: export