VolMesh.vertex_laplacian
- VolMesh.vertex_laplacian(vertex)[source]
Compute the vector from a vertex to the centroid of its neighbors.
- Parameters:
- vertexint
The identifier of the vertex.
- Returns:
compas.geometry.Vector
The laplacian vector.
See also