summaryrefslogtreecommitdiffstats
path: root/core/math/basis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unused engine code v2kobewi2023-01-191-25/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Static analysis: remove "break" after "return"Andy Maloney2022-11-181-4/+4
* Merge pull request #66747 from aaronfranke/move-euler-orderRémi Verschelde2022-11-021-12/+12
|\
| * Move EulerOrder enum to math_defs.h and global scopeAaron Franke2022-11-021-12/+12
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+4
* Use float literals for float calculations in ColorAaron Franke2022-10-071-1/+1
* Enhancements to includes in core data structuresAaron Franke2022-10-051-2/+2
* Test, refactor and fix a bug in Basis.get_axis_anglefabriceci2022-09-141-25/+26
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-3/+3
* Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-61/+0
* Fix the calculation of the angular velocity when the rotation speed is not high.fabriceci2022-07-191-7/+6
* Fix VECTOR/LOCAL transitions in Node3Dreduz2022-06-271-6/+6
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-13/+13
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-11/+11
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-140/+140
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Float literals - fix main primitives to use real_t castinglawnjelly2022-02-241-14/+14
* Float literals - fix main primitives to use .flawnjelly2022-02-101-57/+57
* Merge pull request #53684 from TokageItLab/orthogonal-modeRémi Verschelde2022-01-051-0/+39
|\
| * Fix some gizmo behavior to make more consistentSilc 'Tokage' Renew2021-12-251-0/+39
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-2/+2
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-3/+3
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-10/+7
* Refactored Node3D rotation modesreduz2021-10-251-298/+210
* Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke2021-09-171-8/+11
* Merge pull request #52229 from lawnjelly/basis_quat_warningMax Hilbrunner2021-09-101-1/+1
|\
| * Improve Basis::get_quaternion error messagelawnjelly2021-08-301-1/+1
* | New and improved IK system for Skeleton3DTwistedTwigleg2021-08-141-0/+12
|/
* Move code for looking_at to BasisAaron Franke2021-08-011-0/+18
* Reformat structure string operatorsAaron Franke2021-06-111-12/+3
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-19/+19
* Make is_equal_approx have explicit float and double versionsAaron Franke2021-05-201-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+0
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Improve argument names for core typesAaron Franke2020-12-071-6/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove redundant is_equal_approx_ratio methodAaron Franke2020-09-231-15/+6
* Addition of SDFGI for open world global illuminationJuan Linietsky2020-06-261-1/+1
* - Added more euler rotation orders support.Andrea Catania2020-06-121-16/+198
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+20
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* New lightmapperJuan Linietsky2020-05-101-0/+111
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Remove unnecessary check for zero determinant in Basis::orthonormalize().Marcel Admiraal2020-04-141-4/+0