Why does skinny triangle is avoided in triangulation algorithm?

64 Views Asked by At

I recently learned about Delaunay triangulation algorithm.. One property of this algorithm is to prevent the generation of skinny triangles.. However, I haven't really seen any good explanation of why we don't want skinny triangles.. Can anyone explain the reason? may be with an example.

Thanks..