marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
1.98k stars 257 forks source link

Typo in fast simplification example docstring: "faces" -> "vertices" #1016

Closed Louis-Pujol closed 5 months ago

Louis-Pujol commented 5 months ago

Hello,

This PR follows the discussion in https://github.com/marcomusy/vedo/issues/992

The docstring of the fast-simplification example is updated as signal is transferred from vertices to vertices and not from faces to faces.