summaryrefslogtreecommitdiffstats
path: root/core/math/basis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix incorrect name of Basis global scale getterAaron Franke2024-04-161-1/+1
* Fix some uses of float and real_t in core/mathAaron Franke2024-03-291-1/+1
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-2/+2
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Display values in vector/quaternion math function errorsHugo Locurcio2024-01-281-2/+2
* Fix Basis is_orthogonal and is_rotation methods, add is_orthonormalAaron Franke2023-12-061-4/+19
* Add `is_conformal` method to Basis and Transform2DAaron Franke2023-09-131-0/+8
* Fix for SkeletonIK3D interpolation and bone rollLyuma2023-06-051-1/+1
* Add the ability to look-at in model-space.Juan Linietsky2023-05-241-2/+5
* Make acos and asin safelawnjelly2023-05-111-2/+2
* Fix scaled_orthogonal() & subgizmo global scalingSilc Renew2023-02-041-1/+6
* 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