Graph.edge_vector
- Graph.edge_vector(edge)[source]
Return the vector of an edge.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge.
- Returns:
compas.geometry.Vector
The vector from start to end.
See also
Site Navigation
Return the vector of an edge.
The identifier of the edge.
compas.geometry.Vector
The vector from start to end.
See also