Block.edge_end

Block.edge_end(edge)

Return the point at the end of an edge.

Parameters:
edgetuple(int, int)

The identifier of the edge.

Returns:
compas.geometry.Point

The point at the end.