Transformation constructor
Transformation({})
An object describing the scale, rotation and translation
Implementation
Transformation({
this.right_rotation = (0, 0, 0),
this.left_rotation = (0, 0, 0),
this.scale = (1, 1, 1),
this.translation = (0, 0, 0),
});