Age | Commit message (Expand) | Author |
---|---|---|
2023-01-05 | One Copyright Update to rule them all | RĂ©mi Verschelde |
2022-11-24 | Refactor interpolating functions in some classes to use Math class | Silc Renew |
2022-10-08 | Add `is_finite` method for checking built-in types | Haoyu Qiu |
2022-10-07 | Use float literals for float calculations in Color | Aaron Franke |
2022-09-19 | Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i | Aaron Franke |
2022-09-04 | Minor fixes to Vector4 | Aaron Franke |
2022-09-02 | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl |
2022-08-19 | Make `cubic_interpolate()` consider key time in animation | Silc Renew |
2022-08-09 | vector4 distance_squared_to and update csharp | antonWetzel |
2022-08-07 | Vector4/Vector4i: Add missing methods, tests and fix change of sign operator | Hendrik Brucker |
2022-08-01 | Fix `Vector4::min_axis_index` for equal components | Raul Santos |
2022-07-26 | Add some missing Vector4 methods | kobewi |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |