toVector2F

inline fun toVector2F(): Vector2F

Converts this Vector2I value to Vector2F.

For each component:

The resulting value is the closest Float to this Int component value. In case when this Int component value is exactly between two Floats, the one with zero at least significant bit of mantissa is selected.