FormGraph.edge_vector
- FormGraph.edge_vector(edge)
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
Return the vector of an edge.
The identifier of the edge.
compas.geometry.Vector
The vector from start to end.
See also