summaryrefslogtreecommitdiffstats
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix2018-09-232-0/+223
* Fix: Strip integer part in "decimals"Aaron Franke2018-09-191-5/+7
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-132-2/+2
|\
| * Misc. typosluz.paz2018-09-122-2/+2
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1236-99/+114
|/
* Add missing copyright headersRémi Verschelde2018-08-294-1/+90
* Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry2018-08-271-1/+1
|\
| * mono: Quat - add some missing constructors and methodsKelly Thomas2018-08-241-1/+1
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-243-23/+1
* | Merge pull request #21305 from Mr-Slurpy/expression-fixRémi Verschelde2018-08-231-2/+2
|\ \
| * | Fixed bugs in expression classDaniel Eliasinski2018-08-231-2/+2
* | | [Mono] Vector2/3 Project methodsAaron Franke2018-08-222-2/+2
|/ /
* / Remove faces in in QuickHull::build() that we don't need anymoreHein-Pieter van Braam2018-08-201-2/+9
|/
* add project method to Vector2/3Thomas Herzog2018-08-163-6/+9
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-114-39/+3
* [Core] Move Vector2i and Rect2i out of math_2d.hAaron Franke2018-08-115-297/+267
* [Core] Move Rect2 and Transform2D to their own filesAaron Franke2018-08-106-818/+950
* [Core] Grammar, move defs to defsAaron Franke2018-08-103-52/+50
* [Core] Change math_2d includes to vector2 includes where relevantAaron Franke2018-08-101-1/+1
* [Core] Move Vector2 to its own fileAaron Franke2018-08-104-369/+438
* Fix clang compile errorMarcelo Fernandez2018-08-091-1/+1
* Ability to pass custom variables to expression.Juan Linietsky2018-08-082-8/+26
* -Add Expression class, used to evaluate expressionsJuan Linietsky2018-08-082-0/+2443
* Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde2018-07-263-15/+9
|\
| * Removed incorrect Basis::set_scale().tagcup2018-05-173-15/+9
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-266-34/+34
* | Removed unnecessary assignmentsWilson E. Alvarez2018-07-242-11/+3
* | Merge pull request #19279 from aaronfranke/core-fposmod-fixMax Hilbrunner2018-07-051-2/+16
|\ \
| * | [Core] [Math] Fix fposmod() functionAaron Franke2018-06-101-2/+16
* | | Merge pull request #19819 from MetaSaval/masterMax Hilbrunner2018-07-032-14/+12
|\ \ \
| * | | Change the neighbours vector to a set in AStarDanny2018-06-272-14/+12
* | | | Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-255-15/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-275-15/+37
| | |/ | |/|
* | | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-212-0/+146
* | | Polished 3D selectionJFonS2018-06-133-0/+238
| |/ |/|
* | Added functions to get trimesh infoAndrea Catania2018-06-072-0/+24
* | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-1/+1
|/
* Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-126-9/+65
* Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky2018-05-071-0/+15
|\
| * Add Geometry::line_intersects_line_2d()Bernhard Liebl2018-01-211-0/+15
* | Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-05-043-0/+18
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-1/+1
* | 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