The `Vector2i` division operator casts doubles down to `int32_t`. It would thus truncate the fractional scale factor to 0 if less than 1, resulting in a FPE on x86_64.
The `Vector2i` division operator casts doubles down to `int32_t`. It would thus truncate the fractional scale factor to 0 if less than 1, resulting in a FPE on x86_64.