├── .gitignore ├── LICENSE ├── README.md └── RamerDouglasPeucker.lua /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evaera/LuaAlgorithms/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evaera/LuaAlgorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evaera/LuaAlgorithms/HEAD/README.md -------------------------------------------------------------------------------- /RamerDouglasPeucker.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evaera/LuaAlgorithms/HEAD/RamerDouglasPeucker.lua --------------------------------------------------------------------------------