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
/
vector2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+1
|
\
|
*
Always add decimal when printing float
kobewi
2024-10-23
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-0
/
+12
*
[Core] Codestyle improvements to math types
A Thousand Ships
2024-03-04
1
-5
/
+5
*
Merge pull request #87688 from AThousandShips/what_is_this
Rémi Verschelde
2024-01-29
1
-2
/
+2
|
\
|
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-2
/
+2
*
|
Display values in vector/quaternion math function errors
Hugo Locurcio
2024-01-28
1
-2
/
+2
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+4
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
1
-0
/
+4
*
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-7
/
+0
*
Float literals - fix main primitives to use real_t casting
lawnjelly
2022-02-24
1
-1
/
+1
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
1
-16
/
+4
*
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
1
-5
/
+5
*
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
1
-87
/
+5
*
Add length and length_squared to Vector2i/3i
Aaron Franke
2022-01-06
1
-0
/
+8
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-1
/
+1
*
Fix Vector2.angle_to_point() being reversed
Tomasz Chabora
2021-11-09
1
-1
/
+1
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-4
/
+5
*
Use builtin Vector2 functions for calculation of angles.
Anilforextra
2021-09-07
1
-1
/
+1
*
Add Vector2.from_angle() method
kobewi
2021-08-31
1
-0
/
+4
*
Add constant to vector function parameters that don't actually modify their i...
Ricard Rovira Cubeles
2021-08-15
1
-2
/
+2
*
Reformat structure string operators
Aaron Franke
2021-06-11
1
-0
/
+8
*
Allow clamping vectors and colors
Aaron Franke
2021-06-03
1
-0
/
+12
*
Rename Vector2 clamped to limit_length and add limit_length to Vector3
Aaron Franke
2021-06-03
1
-2
/
+2
*
Make is_equal_approx have explicit float and double versions
Aaron Franke
2021-05-20
1
-1
/
+1
*
Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)
Aaron Franke
2021-01-25
1
-6
/
+6
*
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
*
Improve argument names for core types
Aaron Franke
2020-12-07
1
-4
/
+4
*
Refactored Variant Operators.
reduz
2020-11-06
1
-0
/
+13
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-6
/
+7
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-33
/
+0
*
Improve the Vector2 rotated code
Aaron Franke
2020-04-21
1
-5
/
+5
*
Add explanations for errors related to Vector/Quat normalization
Hugo Locurcio
2020-01-24
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make is_equal_approx separate for structures
Aaron Franke
2019-10-14
1
-0
/
+4
*
Add Vector2/3 sign and posmod functions, misc additions
Aaron Franke
2019-08-17
1
-0
/
+13
*
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+7
*
Several fixes to make GLES2 on HTML5 work much better.
Juan Linietsky
2019-02-25
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-2
/
+2
*
[Mono] Vector2/3 Project methods
Aaron Franke
2018-08-22
1
-1
/
+1
*
add project method to Vector2/3
Thomas Herzog
2018-08-16
1
-5
/
+2
*
[Core] Move Vector2i and Rect2i out of math_2d.h
Aaron Franke
2018-08-11
1
-0
/
+66
*
[Core] Move Vector2 to its own file
Aaron Franke
2018-08-10
1
-0
/
+187