reduz
|
a69541da4c
Implement Animation Compression
|
4 years ago |
Aaron Franke
|
bf0213470c
Replace Vector3.to_diagonal_matrix with Basis.from_scale
|
4 years ago |
Ricard Rovira Cubeles
|
a8d12b5a61
Add constant to vector function parameters that don't actually modify their input.
|
4 years ago |
Aaron Franke
|
2e13e3ed4a
Allow clamping vectors and colors
|
4 years ago |
Aaron Franke
|
94bc0bd919
Rename Vector2 clamped to limit_length and add limit_length to Vector3
|
4 years ago |
Aaron Franke
|
b5b6d3a8ec
Make is_equal_approx have explicit float and double versions
|
4 years ago |
PouleyKetchoupp
|
3877ed73d0
Dynamic BVH broadphase in 2D & 3D Godot Physics
|
4 years ago |
JestemStefan
|
2c71ff1119
Added signed_angle_to for Vector3
|
4 years ago |
PouleyKetchoupp
|
356d0fccc2
Remove useless "else" statements from vector3.h
|
5 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Tomasz Chabora
|
2c048ea164
Cleanup unused engine code
|
4 years ago |
Aaron Franke
|
5465e604bb
Improve argument names for core types
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
5 years ago |
Aaron Franke
|
d0a1399a1b
Change inequality comparison operators to use exact equality
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Aaron Franke
|
540156b387
[Core] Rename linear_interpolate to lerp
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
6 years ago |
Hugo Locurcio
|
a002b93d86
Add explanations for errors related to Vector/Quat normalization
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
218f38c7ec
Expose is_equal_approx and restore == to be exact again
|
6 years ago |
Aaron Franke
|
86922ff70b
Make is_equal_approx separate for structures
|
6 years ago |
Marcel Admiraal
|
40197685bb
Remove circular dependency between Vector3 and Basis.
|
6 years ago |
Aaron Franke
|
34ab6549b1
[Mono] Various Color improvements
|
6 years ago |
Aaron Franke
|
092346d82b
Add Vector2/3 sign and posmod functions, misc additions
|
6 years ago |
Toshiwo
|
3aff645114
when doing Vector3 slerp it is not necessary to have it normalized.
|
6 years ago |
Toshiwo
|
416a7d06de
Fix Vector3 slerp method normalizing cross product
|
6 years ago |
Giacom
|
c00427add3
Added move_toward functions for float, Vector2 and Vector3
|
6 years ago |