Mesh.edge_vector

Mesh.edge_vector(edge)[source]

Return the vector of an edge.

Parameters:
edgetuple(int, int)

The identifier of the edge.

Returns:
compas.geometry.Vector