├── .gitignore ├── GJK.m ├── MAIN_example.m ├── MAIN_example_compatible.m ├── README.md └── SampleShapeData.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/.gitignore -------------------------------------------------------------------------------- /GJK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/GJK.m -------------------------------------------------------------------------------- /MAIN_example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/MAIN_example.m -------------------------------------------------------------------------------- /MAIN_example_compatible.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/MAIN_example_compatible.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/README.md -------------------------------------------------------------------------------- /SampleShapeData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mws262/MATLAB-GJK-Collision-Detection/HEAD/SampleShapeData.m --------------------------------------------------------------------------------