Fix to major bugs in sub-algorithm and exit conditions, and support function improved
parent
646c1d3edc
commit
d56fac5562
|
@ -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 *
|
||||||
|
|
|
@ -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 %
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# # # # # # ## # # # # # # #
|
# # # # # # ## # # # # # # #
|
||||||
# #### # ###### # # ##### ##### # # #
|
# #### # ###### # # ##### ##### # # #
|
||||||
# #
|
# #
|
||||||
# Mattia Montanari | University of Oxford 2018 #
|
# Mattia Montanari | University of Oxford 2019 #
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue