summaryrefslogtreecommitdiffstats
path: root/core/math/vector3.h
Commit message (Expand)AuthorAgeFilesLines
...
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-42/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+2
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-2/+2
* GIProbes working.Juan Linietsky2020-02-111-0/+10
* Add explanations for errors related to Vector/Quat normalizationHugo Locurcio2020-01-241-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Expose is_equal_approx and restore == to be exact againAaron Franke2019-10-141-2/+3
* Make is_equal_approx separate for structuresAaron Franke2019-10-141-0/+2
* Remove circular dependency between Vector3 and Basis.Marcel Admiraal2019-10-071-20/+2
* [Mono] Various Color improvementsAaron Franke2019-08-271-4/+4
* Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-3/+37
* when doing Vector3 slerp it is not necessary to have it normalized.Toshiwo2019-07-051-4/+0
* Fix Vector3 slerp method normalizing cross productToshiwo2019-06-071-1/+1
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+1
* [Core] Approximate equalityAaron Franke2019-04-251-11/+12
* Added direction_to method to vectorsChaosus2019-04-051-0/+7
* Several fixes to make GLES2 on HTML5 work much better.Juan Linietsky2019-02-251-1/+1
* [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove redundant "== false" codeAaron Franke2018-10-061-3/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-13/+6
* [Mono] Vector2/3 Project methodsAaron Franke2018-08-221-1/+1
* add project method to Vector2/3Thomas Herzog2018-08-161-0/+6
* Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-121-0/+10
* Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-05-041-0/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-11/+11
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+6
* Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-031-2/+2
* Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-3/+4
|\
| * Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-3/+4
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn2017-04-031-5/+15
* Merge pull request #8132 from tagcup/vector3_angle_toRémi Verschelde2017-03-241-1/+1
|\
| * Use atan2 rather than acos in Vector3.angle_to.Ferenc Arn2017-03-241-1/+1
* | Explicitly documented that Transform.basis is not necessarily an orthogonal m...Ferenc Arn2017-03-231-0/+5
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-138/+136
* Revert "Make nan==nan true for GDScript"Juan Linietsky2017-02-141-1/+0
* Make nan==nan true for GDScriptHein-Pieter van Braam2017-02-141-0/+1
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-8/+8
* Type renames:Juan Linietsky2017-01-111-7/+7
* Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-101-0/+20
|\
| * Fixed inertia tensor computation and center of massm4nu3lf2017-01-091-0/+20
* | Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-031-1/+0
|/
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Vector3: added angle_to(Vector3 other)J08nY2016-10-031-5/+7
* Vector3: format properly, fix indentsJ08nY2016-10-031-91/+94
* Remove USE_QUAD_VECTORS unused checkJ08nY2016-06-191-13/+0