gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

use math defines and include cmath #126

Closed marcopus closed 6 years ago

marcopus commented 6 years ago

This commit adds the "use math defines" statement and includes cmath. Otherwise gauss_transform_fgt.cpp will not compile when using fgt, because M_PI is undefined

gadomski commented 6 years ago

Thanks for the patch!