Read mesh data stored in PLY (Stanford triangle) format.

   [V, F] = readMesh_ply(FNAME)

   Example
   readMesh_ply

   References
   Wrapper function for Gabriel Peyré's read_ply that is a wrapper
   function of Pascal Getreuer's plyread.

   See also
   meshes3d, readMesh, readMesh_off, readMesh_stl

Package: matgeom