]> Creatis software - creaRigidRegistration.git/blobdiff - lib/Transformer3D.h
#2810 crea RigidRegistration Bug New Normal - update Transform3D3PointsBox
[creaRigidRegistration.git] / lib / Transformer3D.h
index a5f882fa7fffe65540ae2139f55a7ac819f8f4dc..3879509af07d6509913b26260653709e40ded23e 100644 (file)
@@ -42,11 +42,13 @@ public:
        void SetSecondRotationAxis(double* axis);
        void SetAngle(double angle);
        void SetSecondAngle(double angle);
+       void SetScale(double scale);
        void Run();
        
     vtkTransform *GetResult();
        vtkTransform *GetFirstResult();
 private:
+       double _scale;
        double _rotationAxis[3];
        double _secondRotationAxis[3];
        double _firstPoint[3];