Floors a vector to the nearest integer.
assert(floor(vector(.25, .5, .75)) == vector(0, 0, 0));
See Implementation
Floors a vector to the nearest integer.