MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_triangle_orientations

Function get_triangle_orientations

python/pymesh/meshutils/face_utils.py:59–62  ·  view source on GitHub ↗

A thin wrapper of ``get_triangle_orientations_raw``.

(mesh)

Source from the content-addressed store, hash-verified

57 return PyMesh.get_triangle_orientations(vertices, faces)
58
59def get_triangle_orientations(mesh):
60 """ A thin wrapper of ``get_triangle_orientations_raw``.
61 """
62 return get_triangle_orientations_raw(mesh.vertices, mesh.faces)
63

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected