lawnjelly
|
eb6f98ec55
Portal occlusion culling
|
4 years ago |
JestemStefan
|
9513354f68
Added signed_angle_to for Vector3
|
4 years ago |
Aaron Franke
|
1154b6264c
[3.x] Make is_equal_approx have explicit float and double versions
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
32cc022267
Merge pull request #48314 from nekomatata/physics-2d-dynamic-bvh
|
4 years ago |
PouleyKetchoupp
|
d8f681029f
Support for Dynamic BVH as 2D Physics broadphase
|
4 years ago |
kleonc
|
4d7f642fb3
Improve some argument names for core types
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Aaron Franke
|
1dcbcaaa0d
Change inequality comparison operators to use exact equality
|
5 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 |
Aaron Franke
|
b2e1c9c276
[Core] Approximate equality
|
6 years ago |
Chaosus
|
55f3bd97a2
Added direction_to method to vectors
|
6 years ago |
Juan Linietsky
|
a32b26dfa2
Several fixes to make GLES2 on HTML5 work much better.
|
6 years ago |
Aaron Franke
|
3f837d5cc5
[Core] Rename Matrix3 file to Basis
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Aaron Franke
|
4f7b33cdcf
Remove redundant "== false" code
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Aaron Franke
|
434973fb83
[Mono] Vector2/3 Project methods
|
7 years ago |
Thomas Herzog
|
037f4638ab
add project method to Vector2/3
|
7 years ago |
tagcup
|
ed7aadcd87
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
|
7 years ago |