summaryrefslogtreecommitdiffstats
path: root/core/math/transform_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde2021-09-241-1/+1
|\
| * Use builtin Vector2 functions for calculation of angles.Anilforextra2021-09-071-1/+1
* | Expose get_skew for transform2d and add new constructorVincent D2021-09-191-7/+15
|/
* Allow multiplying Transforms and Basis by numbersAaron Franke2021-06-151-0/+12
* Reformat structure string operatorsAaron Franke2021-06-111-1/+3
* New and improved IK system for Skeleton2DTwistedTwigleg2021-06-051-0/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Minor clamp and float fixesAaron Franke2020-11-101-1/+1
* Simplify Transform2D get_rotationAaron Franke2020-06-171-6/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Implement Skew in Node2DJuan Linietsky2020-05-011-0/+12
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+6
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-1/+1
* [Core] Transform2D add set_scale and fix set_rotationAaron Franke2019-02-121-2/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* [Core] Move Rect2 and Transform2D to their own filesAaron Franke2018-08-101-0/+272