I'm currently reading Realtime Rendering 3rd edition and there's a part about linear transforms that I'm not quite getting.
It says a function such as f(x) = x + (7, 3, 2) is not a linear transform. A linear transform is defined as being one that preserves vector addition and scalar multiplication. I know that this is a translation, which is not a linear transform as it seems but why exactly is that ?
How does the above function not preserve vector addition and scalar multiplication ? What I'm seeing is a vector being added to another vector...?