Graph.node_neighborhood_centroid
- Graph.node_neighborhood_centroid(key)[source]
Return the computed centroid of the neighboring nodes.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
compas.geometry.Point
The point at the centroid.
See also