godot icon indicating copy to clipboard operation
godot copied to clipboard

`Vector4`/`Vector4i`: Add missing methods and tests

Open Geometror opened this issue 3 years ago • 0 comments

  • 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-()

Geometror avatar Aug 07 '22 01:08 Geometror