godot
godot copied to clipboard
`Vector4`/`Vector4i`: Add missing methods and tests
- Implement the following methods for Vektor4:
get_axis, set_axis, set_all, cubic_interpolate, posmod, posmodv, snap, snapped, distance_to, direction_to - Add basic tests for Vektor4 and Vektor4i
- Vektor4: Fix operator-()