summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-143-5/+77
* Small performance fix to wrapfChaosus2018-04-131-2/+2
* Resolves Inccorect Quaternion ConversionCrazy-P2018-04-091-1/+1
* Merge pull request #16495 from Chaosus/is_point_in_triangle_fixJuan Linietsky2018-04-081-7/+6
|\
| * Fix is_point_in_triangleChaosus2018-02-081-7/+6
* | Fix for clang warning at distance_toMarcelo Fernandez2018-03-221-1/+1
* | Merge pull request #17254 from Chaosus/updatewrapRémi Verschelde2018-03-132-17/+12
|\ \
| * | Update wrap functionsChaosus2018-03-062-17/+12
* | | Bring back Vector2.cross()Bernhard Liebl2018-03-072-6/+0
|/ /
* / Allow degenerate triangles in polygon triangulation when necessary.Nicolas Silva2018-02-282-10/+37
|/
* Fix polygon triangulation failure.Nicolas Silva2018-02-051-1/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0534-0/+34
* Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-032-0/+14
|\
| * More exact picking for canvas editorBernhard Liebl2017-12-272-0/+14
* | Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-022-2/+18
|\ \
| * | Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-272-2/+18
* | | Update copyright statements to 2018Rémi Verschelde2018-01-0136-72/+72
* | | Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar2018-01-011-6/+15
|\ \ \
| * | | Fix Rect2::distance_to() not returning 0Bernhard Liebl2017-12-271-6/+15
* | | | Merge pull request #15045 from poke1024/vector2-inlineNoshyaar2017-12-272-63/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | Inline some very common Vector2 operationsBernhard Liebl2017-12-252-63/+64
| | |/ | |/|
* | | Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-262-0/+12
| |/ |/|
* | Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* | Fixes grow_margin not working at allGilles Roudiere2017-12-211-1/+2
|/
* Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
* Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde2017-12-092-29/+5
|\
| * Rect2: add function returning same rect with positive w and hPoommetee Ketson2017-11-282-29/+5
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-078-40/+39
* | Style: Apply clang-format again on all filesRémi Verschelde2017-12-072-3/+1
* | Forgot to apply oversampling to YBastiaan Olij2017-12-031-0/+1
|/
* Rename Rect3 to AABB.Ferenc Arn2017-11-1715-106/+106
* Add support for the TAU constant. Fixes #12094.Goutte2017-11-121-0/+1
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+1
* AStar: implementation of get_point_connectionsDmDerbin2017-11-042-0/+18
* Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde2017-10-312-1/+19
|\
| * Added new wrap functionsChaosus2017-10-132-1/+19
* | Merge pull request #11249 from m4nu3lf/bugfix/get_eulerRémi Verschelde2017-10-311-13/+12
|\ \
| * | Fix Basis::get_euler_xyz()m4nu3lf2017-09-221-13/+12
* | | AStar: Add setters for point position and scale weight, cleanupUnknown2017-10-272-16/+45
* | | Fixed memory leak with AStar classRobert Hernandez2017-10-221-0/+1
* | | Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-221-0/+17
|\ \ \
| * | | Added snapping to spatial drag and drop.SaracenOne2017-09-201-0/+17
* | | | Added Basis::get_quat() and set_quat().Ferenc Arn2017-10-112-17/+11
| |_|/ |/| |
* | | Merge pull request #11409 from MarufSarker/PR-core-math-is_nanRémi Verschelde2017-09-201-2/+38
|\ \ \
| * | | verbose and platform specific implementation for is_nanABU MD. MARUF SARKER2017-09-201-2/+38
| |/ /
* / / Rename pos to position in user facing methods and variablesletheed2017-09-202-8/+8
|/ /
* / Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia2017-09-191-1/+1
|/
* Merge pull request #11049 from scayze/astar_get_pointsRémi Verschelde2017-09-122-0/+12
|\
| * Add get_points method to AStarScayze2017-09-072-0/+12