Revision 033067c96b8ba4e9c800c9a04310cfa05ceafe2f authored by Alec Jacobson on 03 September 2020, 17:46:41 UTC, committed by GitHub on 03 September 2020, 17:46:41 UTC
2 parent s f584ecd + 9e3a6b5
Raw File
path_to_libigl.m
function s = path_to_libigl()
  % PATH_TO_LIBIGL
  %
  % s = path_to_libigl()
  %
  % Returns path to libigl as string
  
  s = find_first_path({'/usr/local/igl/libigl/','/usr/local/libigl/'});
end
back to top