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.VectorThe laplacian vector.
See also
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Compute the vector from a vertex to the centroid of its neighbors.
The identifier of the vertex.
compas.geometry.VectorThe laplacian vector.
See also