Block.vertex_laplacian
- Block.vertex_laplacian(key)
Compute the vector from a vertex to the centroid of its neighbors.
- Parameters:
- keyint
The identifier of the vertex.
- Returns:
compas.geometry.Vector
The Laplacian vector.
Compute the vector from a vertex to the centroid of its neighbors.
The identifier of the vertex.
compas.geometry.Vector
The Laplacian vector.