summaryrefslogtreecommitdiff
path: root/core/math/transform_2d.cpp
AgeCommit message (Expand)Author
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-10-07Use float literals for float calculations in ColorAaron Franke
2022-08-02Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-05-05Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-02-24Float literals - fix main primitives to use real_t castinglawnjelly
2022-02-10Float literals - fix main primitives to use .flawnjelly
2022-02-04Core: Move Rect2i to its own `rect2i.h` headerRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-16Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-09-24Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde
2021-09-19Expose get_skew for transform2d and add new constructorVincent D
2021-09-07Use builtin Vector2 functions for calculation of angles.Anilforextra
2021-06-15Allow multiplying Transforms and Basis by numbersAaron Franke
2021-06-11Reformat structure string operatorsAaron Franke
2021-06-05New and improved IK system for Skeleton2DTwistedTwigleg
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-10Minor clamp and float fixesAaron Franke
2020-06-17Simplify Transform2D get_rotationAaron Franke
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-01Implement Skew in Node2DJuan Linietsky
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-14Make is_equal_approx separate for structuresAaron Franke
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-02-12[Core] Transform2D add set_scale and fix set_rotationAaron Franke
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-10[Core] Move Rect2 and Transform2D to their own filesAaron Franke