rotation finder experiments

wip
This commit is contained in:
tamasmeszaros 2020-08-26 10:25:09 +02:00
parent 10f7d64880
commit b4e30cc8ad
4 changed files with 108 additions and 54 deletions

View file

@ -25,7 +25,7 @@ namespace sla {
*
* @return Returns the rotations around each axis (x, y, z)
*/
std::array<double, 3> find_best_rotation(
std::array<double, 2> find_best_rotation(
const ModelObject& modelobj,
float accuracy = 1.0f,
std::function<void(unsigned)> statuscb = [] (unsigned) {},