summaryrefslogtreecommitdiffstats
path: root/core/math/math_funcs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add modf function and fix snap behaviorHristo Iliev2024-09-171-0/+3
* Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-0/+16
* Add rotate_toward and angle_difference to GDScript and C#etti2023-10-011-6/+25
* Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`Jcrespo2023-09-011-0/+11
* Make acos and asin safelawnjelly2023-05-111-4/+6
* Math: Prevent division by zero in posmodRémi Verschelde2023-02-111-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Optimize `wrapf` function a bitYuri Rubinsky2023-01-011-2/+8
* Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+20
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+3
* Spacing changes in math_funcs.hAaron Franke2022-09-191-10/+34
* Rename `range_lerp` to `remap`Micky2022-09-061-2/+2
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+60
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-8/+8
* Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+23
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-0/+21
* Fix `wrapf` to correct wrap values with 0.1 steppingYuri Rubinsky2022-06-081-2/+10
* Fix more issues found by cppcheck.bruvzg2022-04-201-0/+3
* Fix some issues found by cppcheck.bruvzg2022-04-061-12/+13
* VariantUtility: Unexpose `Math::range_step_decimals`Rémi Verschelde2022-03-071-1/+1
* Float literals - fix main primitives to use real_t castinglawnjelly2022-02-241-12/+12
* Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-121-0/+15
* Float literals - fix main primitives to use .flawnjelly2022-02-101-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Expose `randfn` to global scopeYuri Roubinsky2021-11-171-0/+1
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-2/+2
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-0/+13
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-13/+0
* implement ping-pong loop in animationTokage2021-10-091-0/+13
* Remove obsolete "dectime" methodAaron Franke2021-07-301-1/+0
* Merge pull request #48903 from Calinou/math-funcs-remove-old-msvc-ifdefRémi Verschelde2021-05-211-21/+3
|\
| * Remove `#ifdef` catering to MSVC 2012 and earlier in `math_funcs.h`Hugo Locurcio2021-05-201-21/+3
* | Merge pull request #48887 from aaronfranke/roundRémi Verschelde2021-05-201-2/+2
|\ \ | |/ |/|
| * Use global scope round method for roundingAaron Franke2021-05-201-2/+2
* | Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-4/+30
|/
* Re-bind posmod, use int64_t instead of intRémi Verschelde2021-05-041-2/+2
* Implement occlusion cullingjfons2021-04-231-0/+3
* Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-3/+3
* Cull fixes and optimizationsreduz2020-12-241-0/+17
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-061-1/+1
* Remove redundant is_equal_approx_ratio methodAaron Franke2020-09-231-12/+0
* Linux/BSD: Fix support for NetBSDRémi Verschelde2020-09-181-3/+4
* GDScript: Clarified/fixed inaccuracies in the built-in function docs.Meriipu2020-07-251-6/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0