Fix to major bugs in sub-algorithm and exit conditions, and support function improved

fixes-turtlebasket
Mattia 2019-07-09 15:10:46 +01:00
parent 646c1d3edc
commit d56fac5562
5 changed files with 407 additions and 449 deletions

View File

@ -7,7 +7,7 @@
* # # # # # ## # # # # # # * * # # # # # ## # # # # # # *
* #### # ###### # # ##### ##### # # * * #### # ###### # # ##### ##### # # *
* * * *
* Mattia Montanari | University of Oxford 2018 * * Mattia Montanari | University of Oxford 2019 *
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* * * *
* This file runs an example to illustrate how to invoke the openGJK lib * * This file runs an example to illustrate how to invoke the openGJK lib *

View File

@ -7,7 +7,7 @@
% # # # # # ## # # # # # # % % # # # # # ## # # # # # # %
% #### # ###### # # ##### ##### # # % % #### # ###### # # ##### ##### # # %
% % % %
% Mattia Montanari | University of Oxford 2018 % % Mattia Montanari | University of Oxford 2019 %
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %
% % % %
% This file compiles a mex function from the openGJK library and runs an % % This file compiles a mex function from the openGJK library and runs an %

View File

@ -7,7 +7,7 @@
# # # # # # ## # # # # # # # # # # # # # ## # # # # # # #
# #### # ###### # # ##### ##### # # # # #### # ###### # # ##### ##### # # #
# # # #
# Mattia Montanari | University of Oxford 2018 # # Mattia Montanari | University of Oxford 2019 #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #

View File

@ -7,7 +7,7 @@
* # # # # # ## # # # # # # * * # # # # # ## # # # # # # *
* #### # ###### # # ##### ##### # # * * #### # ###### # # ##### ##### # # *
* * * *
* Mattia Montanari | University of Oxford 2018 * * Mattia Montanari | University of Oxford 2019 *
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* * * *
* This is the header file for the openGJK.c file. It defines the openGJK * * This is the header file for the openGJK.c file. It defines the openGJK *

File diff suppressed because it is too large Load Diff