READ_VTK Read data from VTK file.
Syntax
[vertex,face] = read_vtk(filename, verbose)
Output Arguments
vertex - 3-column matrix specifying the position of the vertices (numeric array)
face - 3-column matrix specifying the triangulation of the mesh (numeric array)
TODO
- docs
Authors
Copyright (c) Mario Richtsfeld