summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector3.xml
Commit message (Expand)AuthorAgeFilesLines
* Implement native extension systemreduz2021-06-251-12/+12
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-10/+10
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde2021-06-031-1/+1
|\
| * Update documentation for Transform3DAaron Franke2021-06-031-1/+1
* | Allow clamping vectors and colorsAaron Franke2021-06-031-0/+11
* | Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-0/+9
|/
* Docs: Minor argument names fixkleonc2021-04-231-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-34/+34
* Added signed_angle_to for Vector3JestemStefan2021-02-161-1/+12
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-4/+4
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-1/+1
* Added a note describing a code behind Vector2/3.direction_toYuri Roubinsky2020-12-151-1/+1
* Improve argument names for core typesAaron Franke2020-12-071-7/+7
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-4/+160
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-0/+16
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-5/+5
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+5
* Surrounds boolean false with code tagHaoyu Qiu2020-09-251-1/+1
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Update core documentation to match recent C# changesAaron Franke2020-07-211-32/+35
* Document `Vector2.dot()` and `Vector3.dot()` more extensivelyHugo Locurcio2020-07-201-1/+4
* Document how Vector2, Vector3 and Color behave in a boolean contextHugo Locurcio2020-06-211-1/+2
* [DOCS] minor description changesChris Bradfield2020-05-091-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-2/+12
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Add docs for is_equal_approx on structuresAaron Franke2019-11-301-0/+1
* doc: Sync classref with current sourceRémi Verschelde2019-11-081-0/+8
* doc: Sync classref with current sourceRémi Verschelde2019-08-291-3/+3
* Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-3/+28
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-3/+3
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-6/+6
* doc: Sync classref with current sourceRémi Verschelde2019-06-011-2/+2
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+11
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
* Merge pull request #27452 from Chaosus/direction_toRémi Verschelde2019-04-081-0/+9
|\
| * Added direction_to method to vectorsChaosus2019-04-051-0/+9
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
* Added section that coordinates can be accessed via indexesAshafix2018-10-241-3/+3
* add ONE constants to Vector2 and Vector3Kelly Thomas2018-10-071-1/+4
* [DOCS] Corrections and clarificationsChris Bradfield2018-08-271-3/+11
* doc: Sync classref with current sourceRémi Verschelde2018-08-211-9/+25
* add project method to Vector2/3Thomas Herzog2018-08-161-0/+9
* Document Vector2.round() and Vector3.round()Hugo Locurcio2018-06-271-0/+1
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
* Sync classref with current sourceRémi Verschelde2018-05-281-1/+1
* Merge pull request #18804 from tagcup/vec_slerpRémi Verschelde2018-05-161-0/+12
|\