summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector2.xml
Commit message (Expand)AuthorAgeFilesLines
* Improve Vector2.angle() descriptionTomasz Chabora2020-08-051-1/+2
* Update core documentation to match recent C# changesAaron Franke2020-07-211-30/+32
* Document `Vector2.dot()` and `Vector3.dot()` more extensivelyHugo Locurcio2020-07-201-1/+4
* Fix incorrect documentation for Vector2.angle()Aaron Franke2020-07-021-1/+1
* Document how Vector2, Vector3 and Color behave in a boolean contextHugo Locurcio2020-06-211-1/+2
* [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-2/+2
* Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-1/+32
* Mention 32-bit integer limit in the PoolIntArray documentationHugo Locurcio2019-08-021-1/+1
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-2/+2
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-11/+11
* 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
* Small documentation improvementsJiří Procházka2019-05-011-1/+1
* 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: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-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-2/+2
* add ONE constants to Vector2 and Vector3Kelly Thomas2018-10-071-1/+4
* [Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers22018-09-231-1/+1
* [DOCS] Corrections and clarificationsChris Bradfield2018-08-271-3/+9
* doc: Sync classref with current sourceRémi Verschelde2018-08-211-9/+21
* add project method to Vector2/3Thomas Herzog2018-08-161-0/+9
* Document Vector2.round() and Vector3.round()Hugo Locurcio2018-06-271-0/+1
* Fix Vector2 doc of floor, add ceil docletheed2018-06-151-1/+2
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
* Sync classref with current sourceRémi Verschelde2018-05-281-2/+2
* Merge pull request #18804 from tagcup/vec_slerpRémi Verschelde2018-05-161-0/+12
|\
| * Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-121-0/+12
* | [DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield2018-05-121-22/+22
|/
* Sync classref with current sourceRémi Verschelde2018-05-121-0/+12
* Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-1/+1
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-1/+1
* Bring back Vector2.cross()Bernhard Liebl2018-03-071-0/+9
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
* doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-251-1/+1
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+1
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
* Indicate what "t" means in interpolation docsAaron McLeod2018-01-061-2/+2