mlivesu / cinolib

A generic programming header only C++ library for processing polygonal and polyhedral meshes
MIT License
934 stars 101 forks source link

transform and bake_rotation_matrix undefined in hex_transition_orient.cpp #139

Closed buherath closed 3 years ago

buherath commented 3 years ago

I tried using hex_transition_install. It seems the function calls 'transform' and 'bake_rotation_matrix' in hex_transition_orient.cpp are not defined.

mlivesu commented 3 years ago

ouch! those functions do not exist in cinolib anymore, they have been substituted by a whole new matrix/vector system. I just updated the files and fixed the issue. It seems to work as expected, let me know if you have any other issue!

thanks, cino