Adds relative rotation in degrees to current rotation.
void addRotation({double x = 0, double y = 0, double z = 0}) { setRotation( x: rotationX + x, y: rotationY + y, z: rotationZ + z, ); }