Fixes bug where instantiation of the object with an integer value for the scale or offset values didn't do the right thing.
Was solved by using property decorator and setter to ensure values are accessed and set properly.
Fixes bug where instantiation of the object with an integer value for the scale or offset values didn't do the right thing.
Was solved by using property decorator and setter to ensure values are accessed and set properly.