summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector2.xml
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-2/+2
* Fix description of `Vector2/3.dot`shak22024-06-151-1/+1
* Clarify the results of VectorN.normalized() in the docsGrahame Watt2024-06-031-1/+1
* Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-021-0/+28
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+15
* Clarify bounce and reflect docs and update param namesclayjohn2024-04-101-3/+5
* Merge pull request #90310 from mhilbrunner/OutdatedDemosRémi Verschelde2024-04-081-1/+1
|\
| * Update links to outdated asset library demosskyace652024-04-071-1/+1
* | [Doc] Clarify the behavior of `Vector2/3.cross` and mention parallel vectorsA Thousand Ships2024-04-061-1/+1
|/
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
* Merge pull request #83691 from theraot/slidedocsRémi Verschelde2024-02-261-2/+4
|\
| * Expanded documentation for vector slide and projectTheraot2023-10-231-2/+4
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-4/+4
|/
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-1/+3
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Add more info on the nature of NANNinni Pipping2023-05-301-0/+6
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
* Unify descriptions of vector methodsHaoyu Qiu2023-04-141-2/+2
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-271-1/+1
* Improve Vector2 / 3 / 4 normalized() classref.lawnjelly2023-03-161-0/+1
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-4/+4
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Rename `float=64` SCons option to `precision=double`Hugo Locurcio2022-12-101-1/+1
* Refactor baking code for Curve2DYaohua Xiong2022-12-051-2/+2
* Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-241-8/+8
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-8/+8
* | Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+10
* | Document that Vector classes are 32-bitJonathan Nicholl2022-11-121-1/+2
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+7
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+14
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-24/+24
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-54/+54
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-0/+10
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-2/+2
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Explain what 2D cross product meansHaoyu Qiu2022-01-111-1/+3
* i18n: Sync classref translations with current 3.x codebaseRémi Verschelde2022-01-071-1/+1
* Allow Vector2/3 slerp values to have any lengthAaron Franke2022-01-061-1/+1
* Unify similar method descriptionsHaoyu Qiu2022-01-061-6/+6
* Merge pull request #53020 from Lertsenem/doc/fix_vector2_reflectMax Hilbrunner2022-01-021-1/+1
|\
| * Fix error in Vector2.reflect() descriptionLertsenem2021-09-241-1/+1
* | Merge pull request #55500 from KoBeWi/just_doc_thingsMax Hilbrunner2021-12-061-1/+1
|\ \
| * | Misc improvements to various docskobewi2021-11-301-1/+1
* | | Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-021-2/+14
* | | Rename Vector parameters to be consistentRaul Santos2021-12-011-3/+3
|/ /