Skip to content

Commit cb6780a

Browse files
authored
Merge pull request #236 from DavidJourdan/main
Remove nonexistent functions from docs
2 parents ab5babb + 9ae3c76 commit cb6780a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tutorial/igl_docs.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,28 +2053,6 @@ Computes the polar decomposition (R,T) of a matrix A
20532053
|Returns| R 3 by 3 orthonormal matrix part of decomposition</br>T 3 by 3 stretch matrix part of decomposition |
20542054

20552055

2056-
### polygon_mesh_to_triangle_mesh
2057-
**`polygon_mesh_to_triangle_mesh(p: array)`**
2058-
2059-
Triangulate a general polygonal mesh into a triangle mesh.
2060-
2061-
| | |
2062-
|-|-|
2063-
|Parameters| vF matrix polygon index lists |
2064-
|Returns| F eigen int matrix \#F by 3 |
2065-
2066-
2067-
### polygon_mesh_to_triangle_mesh_from_list
2068-
**`polygon_mesh_to_triangle_mesh_from_list(v_f: List[List[int]])`**
2069-
2070-
Triangulate a general polygonal mesh into a triangle mesh.
2071-
2072-
| | |
2073-
|-|-|
2074-
|Parameters| vF list of polygon index lists |
2075-
|Returns| F eigen int matrix \#F by 3 |
2076-
2077-
20782056
### principal_curvature
20792057
**`principal_curvature(v: array, f: array, radius: int = 5, use_k_ring: bool = True)`**
20802058

0 commit comments

Comments
 (0)