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 |
Aaron Franke
|
9f3ae0adcd
Move code for looking_at to Basis
|
4 years ago |
Aaron Franke
|
bd6ed3fb09
Allow multiplying Transforms and Basis by numbers
|
4 years ago |
Marcel Admiraal
|
8acd13a456
Rename Quat to Quaternion
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Aaron Franke
|
5465e604bb
Improve argument names for core types
|
4 years ago |
Aaron Franke
|
9394c057b8
Remove redundant is_equal_approx_ratio method
|
5 years ago |
Aaron Franke
|
23dabcd2d0
Change Basis is_equal_approx to use instance method
|
5 years ago |
Marcel Admiraal
|
9149fb760c
Initialise Basis elements with a default Basis in the declaration.
|
5 years ago |
Andrea Catania
|
2331300989
- Added more euler rotation orders support.
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |