Mesh.edge_direction
- Mesh.edge_direction(edge)[source]
Return the direction vector of an edge.
- Parameters:
- edgetuple(int, int)
The identifier of the edge.
- Returns:
compas.geometry.Vector
The direction vector of the edge.
Site Navigation
Return the direction vector of an edge.
The identifier of the edge.
compas.geometry.Vector
The direction vector of the edge.