summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector3.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #76526 from MewPurPur/improve-docs-top-sections-COREYuri Sizov2023-05-291-2/+2
|\
| * Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
* | Add the ability to look-at in model-space.Juan Linietsky2023-05-241-1/+19
|/
* 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-2/+2
* 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-6/+6
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-6/+6
* | Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+10
* | Document that Vector classes are 32-bitJonathan Nicholl2022-11-121-1/+2
|/
* Document the Vector3 and Vector4i classesHugo Locurcio2022-10-271-2/+6
* 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
* 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-25/+25
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-60/+60
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-0/+10
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-3/+3
* Changed "pair" to "triplet" in Vector3 definitionGTcreyon2022-04-231-1/+1
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Allow Vector2/3 slerp values to have any lengthAaron Franke2022-01-061-1/+1
* Unify similar method descriptionsHaoyu Qiu2022-01-061-5/+5
* 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-7/+7
* | Rename Vector parameters to be consistentRaul Santos2021-12-011-9/+9
|/
* Enable sorting of operator methods in class documentation.Marcel Admiraal2021-11-291-10/+10
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+34
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+34
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-3/+3
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-137/+141
* Implement Animation Compressionreduz2021-10-211-0/+11
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #52450 from aaronfranke/they-came-from-scaleRémi Verschelde2021-09-171-7/+0
|\
| * Replace Vector3.to_diagonal_matrix with Basis.from_scaleAaron Franke2021-09-171-7/+0
* | Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
|/
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-230/+115
* 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