summaryrefslogtreecommitdiffstats
path: root/doc/classes/Transform3D.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix asset pipeline coordinate systems doc urlStephen Li2024-07-011-1/+1
* Update links to outdated asset library demosskyace652024-04-071-3/+3
* Address a few issues in Transform3D documentationMicky2024-03-041-7/+7
* Overhaul Transform3D documentationMicky2024-03-021-33/+45
* Merge pull request #86364 from aaronfranke/basis-divideRémi Verschelde2024-01-041-0/+14
|\
| * Add and expose Basis/Transform2D/3D division by float operatorAaron Franke2023-12-201-0/+14
* | Link to the "article" in the docs instead of saying "article"Micky2024-01-021-1/+1
|/
* Clarify C# docs for operators performing xform_invkleonc2023-10-171-2/+2
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-2/+2
* 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
* 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
* | Fix Pathfollow directionSilc Renew2023-05-241-0/+1
* | Add the ability to look-at in model-space.Juan Linietsky2023-05-241-0/+1
|/
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-12/+6
* Fixed typos in the Transform2D and Transform3D class referencetitus1252023-03-091-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* C#: Add missing `Transform{2D,3D}` and `Basis` constructorsRaul Santos2023-01-151-0/+1
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* Discontinued spherical_interpolate_with in Transform3DSilc Renew2022-08-311-8/+0
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-12/+12
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-32/+32
* Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde2022-08-061-0/+7
|\
| * Add `operator*` to `Plane`PrecisionRender2022-07-301-0/+7
* | Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller2022-08-021-4/+45
|/
* Merge pull request #63532 from TokageItLab/rename-cubic-slerpRémi Verschelde2022-07-281-1/+1
|\
| * rename and unify notation for spherical interpolationSilc Renew2022-07-271-1/+1
* | Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde2022-07-281-1/+1
|\ \ | |/ |/|
| * rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-1/+1
* | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+6
|/
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-2/+2
* Specify return value of Transform3D.scaled() and moreMicky2022-05-051-3/+3
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Expose Transform3D::sphere_interpolate_with()Max Hilbrunner2022-01-271-0/+8
* Unify similar method descriptionsHaoyu Qiu2022-01-061-3/+3
* Enable sorting of operator methods in class documentation.Marcel Admiraal2021-11-291-7/+7
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+8
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+8
* | 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-69/+73
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* Move code for looking_at to BasisAaron Franke2021-08-011-3/+2
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-90/+45
* Merge pull request #49638 from aaronfranke/multiply-transformsRémi Verschelde2021-06-181-0/+18
|\
| * Allow multiplying Transforms and Basis by numbersAaron Franke2021-06-151-0/+18
* | Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-7/+7
|/