Adam Scott
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
10 months ago |
kleonc
|
3bfadeff25
Fix C# operator *(Transform3D, AABB)
|
11 months ago |
Rémi Verschelde
|
b9038501db
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
|
1 year ago |
Aaron Franke
|
e83807ef85
Fix incorrect name of Basis global scale getter
|
1 year ago |
Thaddeus Crews
|
55a4836e5b
Core: Replace `_NO_DISCARD_` macro with attribute
|
1 year ago |
Aaron Franke
|
158fcf107c
Fix some uses of float and real_t in core/math
|
1 year ago |
A Thousand Ships
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
1 year ago |
Aaron Franke
|
c77ae051d5
Add and expose Basis/Transform2D/3D division by float operator
|
1 year ago |
Aaron Franke
|
7ee273723d
Fix Basis is_orthogonal and is_rotation methods, add is_orthonormal
|
1 year ago |
Aaron Franke
|
56806ffeed
Add `is_conformal` method to Basis and Transform2D
|
1 year ago |
Juan Linietsky
|
5fdc1232ef
Add the ability to look-at in model-space.
|
2 years ago |
kobewi
|
c0083e431b
Cleanup unused engine code v2
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Aaron Franke
|
8556fdd4bc
Move EulerOrder enum to math_defs.h and global scope
|
2 years ago |
Haoyu Qiu
|
5da515773d
Add `is_finite` method for checking built-in types
|
3 years ago |
Zhehang Ding
|
69fe6336f1
Basis constructor: row vectors -> column vectors
|
3 years ago |
rafallus
|
da7a5653f4
Expose Basis `set_orthogonal_index` method as a GridMap function
|
3 years ago |
reduz
|
7acf697479
Fix VECTOR/LOCAL transitions in Node3D
|
3 years ago |
Rémi Verschelde
|
e7a58a7eb6
Core: Rename math 'phi' arguments to 'angle'
|
3 years ago |
Aaron Franke
|
fa7a7795f0
Rename Basis get_axis to get_column, remove redundant methods
|
3 years ago |
Aaron Franke
|
1bf94dff3a
Rename Basis "elements" to "rows"
|
3 years ago |
Rémi Verschelde
|
5ddb518496
Core: Make all Variant math types structs
|
3 years ago |
lawnjelly
|
b411a731fe
Add nodiscard to core math classes to catch c++ errors.
|
3 years ago |
Rémi Verschelde
|
6af77c7b09
Merge pull request #53684 from TokageItLab/orthogonal-mode
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Silc 'Tokage' Renew
|
61759da5b3
Fix some gizmo behavior to make more consistent
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
reduz
|
d03b7fbe09
Refactored Node3D rotation modes
|
3 years ago |
Aaron Franke
|
bf0213470c
Replace Vector3.to_diagonal_matrix with Basis.from_scale
|
4 years ago |
TwistedTwigleg
|
5ffed49907
New and improved IK system for Skeleton3D
|
5 years ago |