Skip to content

Commit

Permalink
Merge pull request #236 from DavidJourdan/main
Browse files Browse the repository at this point in the history
Remove nonexistent functions from docs
  • Loading branch information
alecjacobson authored Nov 1, 2024
2 parents ab5babb + 9ae3c76 commit cb6780a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tutorial/igl_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2053,28 +2053,6 @@ Computes the polar decomposition (R,T) of a matrix A
|Returns| R 3 by 3 orthonormal matrix part of decomposition</br>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)`**

Expand Down

0 comments on commit cb6780a

Please sign in to comment.