summaryrefslogtreecommitdiff
path: root/core/math/vector4.cpp
AgeCommit message (Expand)Author
2022-09-04Minor fixes to Vector4Aaron Franke
2022-09-02Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl
2022-08-19Make `cubic_interpolate()` consider key time in animationSilc Renew
2022-08-09vector4 distance_squared_to and update csharpantonWetzel
2022-08-07Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker
2022-08-01Fix `Vector4::min_axis_index` for equal componentsRaul Santos
2022-07-26Add some missing Vector4 methodskobewi
2022-07-23Implement Vector4, Vector4i, Projectionreduz