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
/
vector3.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
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
Rémi Verschelde
2024-06-25
1
-1
/
+1
|
\
|
*
Core: Replace `_NO_DISCARD_` macro with attribute
Thaddeus Crews
2024-04-12
1
-1
/
+1
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-0
/
+11
|
/
*
[Core] Codestyle improvements to math types
A Thousand Ships
2024-03-04
1
-37
/
+37
*
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
-3
/
+3
|
/
*
Added component-wise `min` and `max` functions for vectors
Andrés Botero
2023-02-11
1
-0
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Refactor interpolating functions in some classes to use Math class
Silc Renew
2022-11-24
1
-21
/
+13
*
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
1
-0
/
+13
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+1
*
Remove set_all methods from Vector2/3/4
Aaron Franke
2022-09-19
1
-4
/
+0
*
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
Aaron Franke
2022-09-19
1
-3
/
+0
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
1
-0
/
+1
*
Merge pull request #60309 from The-O-King/oct
Rémi Verschelde
2022-08-22
1
-0
/
+2
|
\
|
*
Octahedral Normal/Tangent Compression
Omar El Sheikh
2022-08-13
1
-0
/
+2
*
|
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
1
-0
/
+9
|
/
*
Check if the axis is zero / vectors are colinear in Vector3 slerp
Aaron Franke
2022-08-04
1
-1
/
+10
*
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-1
/
+24
*
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
1
-2
/
+2
*
Protection for array operator for Vector2 / 3 in DEV builds
lawnjelly
2022-03-07
1
-0
/
+2
*
Core: Use forward declares for Vector3/Vector3i
Rémi Verschelde
2022-02-19
1
-36
/
+8
*
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
1
-10
/
+10
*
Fix integer vector mul/div operators and bindings.
reduz
2022-02-06
1
-0
/
+3
*
Core: Make all Variant math types structs
Rémi Verschelde
2022-02-04
1
-1
/
+2
*
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-20
1
-1
/
+1
*
Allow Vector2/3 slerp values to have any length
Aaron Franke
2022-01-06
1
-2
/
+10
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
1
-4
/
+4
*
Rename Vector parameters to be consistent
Raul Santos
2021-12-01
1
-9
/
+9
*
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-1
/
+1
*
Implement Animation Compression
reduz
2021-10-21
1
-1
/
+26
*
Replace Vector3.to_diagonal_matrix with Basis.from_scale
Aaron Franke
2021-09-17
1
-1
/
+0
*
Add constant to vector function parameters that don't actually modify their i...
Ricard Rovira Cubeles
2021-08-15
1
-24
/
+36
*
Allow clamping vectors and colors
Aaron Franke
2021-06-03
1
-0
/
+1
*
Rename Vector2 clamped to limit_length and add limit_length to Vector3
Aaron Franke
2021-06-03
1
-0
/
+1
*
Make is_equal_approx have explicit float and double versions
Aaron Franke
2021-05-20
1
-1
/
+1
*
Dynamic BVH broadphase in 2D & 3D Godot Physics
PouleyKetchoupp
2021-05-10
1
-2
/
+13
*
Added signed_angle_to for Vector3
JestemStefan
2021-02-16
1
-0
/
+8
*
Remove useless "else" statements from vector3.h
PouleyKetchoupp
2021-01-19
1
-16
/
+8
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-1
/
+0
*
Improve argument names for core types
Aaron Franke
2020-12-07
1
-26
/
+26
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Change inequality comparison operators to use exact equality
Aaron Franke
2020-09-08
1
-8
/
+8
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+12
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
[next]