CellNetwork.edge_end

CellNetwork.edge_end(edge)[source]

Return the end point of an edge.

Parameters:
edgetuple[int, int]

The edge identifier.

Returns:
compas.geometry.Point

The end point.