summaryrefslogtreecommitdiff
path: root/core/math/math_2d.h
AgeCommit message (Expand)Author
2018-08-11[Core] Completely kill math_2d.h, change includesAaron Franke
2018-08-11[Core] Move Vector2i and Rect2i out of math_2d.hAaron Franke
2018-08-10[Core] Move Rect2 and Transform2D to their own filesAaron Franke
2018-08-10[Core] Grammar, move defs to defsAaron Franke
2018-08-10[Core] Move Vector2 to its own fileAaron Franke
2018-05-12Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup
2018-05-04Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev
2018-03-22Fix for clang warning at distance_toMarcelo Fernandez
2018-03-07Bring back Vector2.cross()Bernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar
2017-12-27Fix Rect2::distance_to() not returning 0Bernhard Liebl
2017-12-27Merge pull request #15045 from poke1024/vector2-inlineNoshyaar
2017-12-25Inline some very common Vector2 operationsBernhard Liebl
2017-12-21Fixes grow_margin not working at allGilles Roudiere
2017-12-09Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-28Rect2: add function returning same rect with positive w and hPoommetee Ketson
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-15Added Corner Enumtoger5
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez
2017-06-08Fix build error, commit bee81d5Poommetee Ketson
2017-06-08Merge pull request #8981 from toger5/addedGrowFunctionRémi Verschelde
2017-06-05added grow functions to Rect2toger5
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-03Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-14Revert "Make nan==nan true for GDScript"Juan Linietsky
2017-02-14Make nan==nan true for GDScriptHein-Pieter van Braam
2017-01-13Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Various corrections in 2D math.Ferenc Arn
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-08-24Matrix32: Add constructor that takes six real_t paramsIgnacio Etcheverry
2016-07-28Fix regression with str() improvements for math typesIgnacio Etcheverry
2016-07-27Prettier str() for some math typesIgnacio Etcheverry
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-11-19-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-02-18support for light and normal mapping in 2DJuan Linietsky
2014-08-01Small Issues & MaintenanceJuan Linietsky