summaryrefslogtreecommitdiff
path: root/core/math/basis.h
AgeCommit message (Expand)Author
2023-01-19Cleanup unused engine code v2kobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-08-31Basis constructor: row vectors -> column vectorsZhehang Ding
2022-08-20Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus
2022-06-27Fix VECTOR/LOCAL transitions in Node3Dreduz
2022-05-05Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-02-04Core: Make all Variant math types structsRémi Verschelde
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-05Merge pull request #53684 from TokageItLab/orthogonal-modeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-25Fix some gizmo behavior to make more consistentSilc 'Tokage' Renew
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-25Refactored Node3D rotation modesreduz
2021-09-17Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke
2021-08-14New and improved IK system for Skeleton3DTwistedTwigleg
2021-08-01Move code for looking_at to BasisAaron Franke
2021-06-15Allow multiplying Transforms and Basis by numbersAaron Franke
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-07Improve argument names for core typesAaron Franke
2020-09-23Remove redundant is_equal_approx_ratio methodAaron Franke
2020-09-23Change Basis is_equal_approx to use instance methodAaron Franke
2020-09-08Initialise Basis elements with a default Basis in the declaration.Marcel Admiraal
2020-06-12- Added more euler rotation orders support.Andrea Catania
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-02-11Modified rendering to use cluster instead of fowardJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-10-07Remove circular dependency between Vector3 and Basis.Marcel Admiraal
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-10Use reference to constant in functionsqarmin
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-01Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky
2019-02-09[Core] Rename Matrix3 file to BasisAaron Franke