File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments