Ceils a vector to the nearest integer.
assert(ceil(vector(.25, .5, .75)) == vector(1, 1, 1));
See Implementation
Ceils a vector to the nearest integer.