InteractionGraph.edge_direction

InteractionGraph.edge_direction(edge)

Return the direction vector of an edge.

Parameters:
edgetuple[hashable, hashable]

The identifier of the edge.

Returns:
compas.geometry.Vector

The direction vector of the edge.