Network.node_laplacian
- Network.node_laplacian(key)[source]
Return the vector from the node to the centroid of its 1-ring neighborhood.
- Parameters:
- keyhashable
The identifier of the node.
- Returns:
compas.geometry.Vector
The laplacian vector.
Site Navigation
Return the vector from the node to the centroid of its 1-ring neighborhood.
The identifier of the node.
compas.geometry.Vector
The laplacian vector.