Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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