Convert Vec3() to integer?

Unless by “convert a Vec3() to int” you mean “make the components of a Vec3() integers”…in which case you will have to do the above but then add a line to convert the tuple of ints back into a Vec3 instance. Really though, if that’s the case then don’t bother - find a way to ignore the non-ints coming out of the Vec3, or make them ints before they are in the Vec3.