summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector3.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-3/+3
|\
| * Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-3/+3
* | Rebranding: Doc/Dubhghlas McLaughlin2024-10-161-1/+1
* | fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
|/
* 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
* Update the description and parameter name for Vector3 reflect to correct how ...clayjohn2024-04-301-3/+3
* 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-0/+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 C# docs for operators performing xform_invkleonc2023-10-171-1/+1
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-2/+7
* 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
* 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
|\