summaryrefslogtreecommitdiffstats
path: root/doc/classes/Transform2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Docs: Add note about C# differences in Variant constructorstetrapod002024-10-271-0/+1
* Fix incorrect Transform2D docstetrapod002024-10-221-2/+2
* Overhaul Transform2D documentationMicky2024-07-091-41/+92
* Update links to outdated asset library demosskyace652024-04-071-2/+2
* 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-5/+5
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-3/+5
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Add `is_conformal` method to Basis and Transform2DAaron Franke2023-09-131-0/+6
* 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
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
* Expose `determinant` in Transform2D, rename internal methodAaron Franke2023-04-221-0/+7
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-12/+6
* Fixed typos in the Transform2D and Transform3D class referencetitus1252023-03-091-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Unbind Variant methods that change immutable types.Juan Linietsky2023-01-061-22/+0
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-8/+8
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-34/+34
* Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller2022-08-021-4/+42
* rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-1/+1
* Document limitations of negative scales in 2D and 3DAaron Franke2022-06-101-0/+1
* 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
* Enable sorting of operator methods in class documentation.Marcel Admiraal2021-11-291-6/+6
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+9
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+9
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-77/+81
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #52398 from deakcor/dev-transformRémi Verschelde2021-09-201-8/+38
|\
| * Expose get_skew for transform2d and add new constructorVincent D2021-09-191-8/+38
* | Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
|/
* Fix a few default parameters in bindingsGeorge Marques2021-08-051-1/+1
* Grammar fix.Kevin Sanders2021-08-031-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-106/+53
* Merge pull request #49638 from aaronfranke/multiply-transformsRémi Verschelde2021-06-181-6/+24
|\
| * Allow multiplying Transforms and Basis by numbersAaron Franke2021-06-151-6/+24
* | Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-7/+7
|/
* New and improved IK system for Skeleton2DTwistedTwigleg2021-06-051-8/+27
* Update documentation for Transform3DAaron Franke2021-06-031-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-13/+13
* Improve argument names for core typesAaron Franke2020-12-071-2/+2
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-4/+60
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-9/+16