index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
math_funcs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Add modf function and fix snap behavior
Hristo Iliev
2024-09-17
1
-0
/
+3
*
Fix potential integer underflow in rounded up divisions
EddieBreeg
2024-01-02
1
-0
/
+16
*
Add rotate_toward and angle_difference to GDScript and C#
etti
2023-10-01
1
-6
/
+25
*
Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`
Jcrespo
2023-09-01
1
-0
/
+11
*
Make acos and asin safe
lawnjelly
2023-05-11
1
-4
/
+6
*
Math: Prevent division by zero in posmod
Rémi Verschelde
2023-02-11
1
-0
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Optimize `wrapf` function a bit
Yuri Rubinsky
2023-01-01
1
-2
/
+8
*
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
1
-0
/
+20
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+3
*
Spacing changes in math_funcs.h
Aaron Franke
2022-09-19
1
-10
/
+34
*
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-2
/
+2
*
Add linear/cubic angle interpolation to Animation interpolation type
Silc Renew
2022-08-27
1
-0
/
+60
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-8
/
+8
*
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
1
-0
/
+23
*
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-0
/
+21
*
Fix `wrapf` to correct wrap values with 0.1 stepping
Yuri Rubinsky
2022-06-08
1
-2
/
+10
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-0
/
+3
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-12
/
+13
*
VariantUtility: Unexpose `Math::range_step_decimals`
Rémi Verschelde
2022-03-07
1
-1
/
+1
*
Float literals - fix main primitives to use real_t casting
lawnjelly
2022-02-24
1
-12
/
+12
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
1
-0
/
+15
*
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
1
-0
/
+1
*
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-2
/
+2
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-0
/
+13
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-4
/
+4
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-13
/
+0
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-0
/
+13
*
Remove obsolete "dectime" method
Aaron Franke
2021-07-30
1
-1
/
+0
*
Merge pull request #48903 from Calinou/math-funcs-remove-old-msvc-ifdef
Rémi Verschelde
2021-05-21
1
-21
/
+3
|
\
|
*
Remove `#ifdef` catering to MSVC 2012 and earlier in `math_funcs.h`
Hugo Locurcio
2021-05-20
1
-21
/
+3
*
|
Merge pull request #48887 from aaronfranke/round
Rémi Verschelde
2021-05-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use global scope round method for rounding
Aaron Franke
2021-05-20
1
-2
/
+2
*
|
Make is_equal_approx have explicit float and double versions
Aaron Franke
2021-05-20
1
-4
/
+30
|
/
*
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-05-04
1
-2
/
+2
*
Implement occlusion culling
jfons
2021-04-23
1
-0
/
+3
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
Cull fixes and optimizations
reduz
2020-12-24
1
-0
/
+17
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-1
/
+1
*
Remove redundant is_equal_approx_ratio method
Aaron Franke
2020-09-23
1
-12
/
+0
*
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-18
1
-3
/
+4
*
GDScript: Clarified/fixed inaccuracies in the built-in function docs.
Meriipu
2020-07-25
1
-6
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-7
/
+0
[next]