Method Transformation::reset_scaling_factor() modified to use SVD decomposition of transformation matrix and object manipulator reset button set to use it

This commit is contained in:
enricoturri1966 2023-02-02 11:42:21 +01:00
parent cdd6ce9079
commit f2b986af57
3 changed files with 13 additions and 12 deletions

View file

@ -493,7 +493,7 @@ public:
#if ENABLE_WORLD_COORDINATE
void reset_offset() { set_offset(Vec3d::Zero()); }
void reset_rotation() { set_rotation(Vec3d::Zero()); }
void reset_scaling_factor() { set_scaling_factor(Vec3d::Ones()); }
void reset_scaling_factor();
void reset_mirror() { set_mirror(Vec3d::Ones()); }
void reset_skew();