From 9ae3c76ddee0e7261d0d9002858079f67f2145c0 Mon Sep 17 00:00:00 2001 From: David Jourdan Date: Thu, 5 Sep 2024 18:20:15 -0700 Subject: [PATCH] Update igl_docs.md --- tutorial/igl_docs.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tutorial/igl_docs.md b/tutorial/igl_docs.md index 3197018c..78168209 100644 --- a/tutorial/igl_docs.md +++ b/tutorial/igl_docs.md @@ -2053,28 +2053,6 @@ Computes the polar decomposition (R,T) of a matrix A |Returns| R 3 by 3 orthonormal matrix part of decomposition
T 3 by 3 stretch matrix part of decomposition | -### polygon_mesh_to_triangle_mesh -**`polygon_mesh_to_triangle_mesh(p: array)`** - -Triangulate a general polygonal mesh into a triangle mesh. - -| | | -|-|-| -|Parameters| vF matrix polygon index lists | -|Returns| F eigen int matrix \#F by 3 | - - -### polygon_mesh_to_triangle_mesh_from_list -**`polygon_mesh_to_triangle_mesh_from_list(v_f: List[List[int]])`** - -Triangulate a general polygonal mesh into a triangle mesh. - -| | | -|-|-| -|Parameters| vF list of polygon index lists | -|Returns| F eigen int matrix \#F by 3 | - - ### principal_curvature **`principal_curvature(v: array, f: array, radius: int = 5, use_k_ring: bool = True)`**