Mesh ==== The :py:class:`Mesh ` class is the core class of the Mesh package. Loading and Saving a mesh ------------------------- The entry point for loading a mesh is :py:func:`Mesh.load_from_file `. Supported file formats: * ply * obj Querying meshes --------------- Meshes contain functions to query their content efficiently. Transforming meshes ------------------- Reference --------- .. automodule:: psbody.mesh.mesh :members: :undoc-members: