summaryrefslogtreecommitdiff
path: root/core/math/basis.cpp
AgeCommit message (Expand)Author
2021-06-11Reformat structure string operatorsAaron Franke
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-05-20Make is_equal_approx have explicit float and double versionsAaron Franke
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-07Improve argument names for core typesAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-23Remove redundant is_equal_approx_ratio methodAaron Franke
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-12- Added more euler rotation orders support.Andrea Catania
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-14Remove unnecessary check for zero determinant in Basis::orthonormalize().Marcel Admiraal
2020-02-11Modified rendering to use cluster instead of fowardJuan Linietsky
2020-01-24Add explanations for errors related to Vector/Quat normalizationHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-10Use reference to constant in functionsqarmin
2019-05-17Optimize Basis constructor for Axis AngleAaron Franke
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-26Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky
2019-02-25Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky
2019-02-12[Core] Transform2D add set_scale and fix set_rotationAaron Franke
2019-02-09[Core] Rename Matrix3 file to BasisAaron Franke