summaryrefslogtreecommitdiff
path: root/doc/classes/Transform3D.xml
AgeCommit message (Expand)Author
2023-01-15C#: Add missing `Transform{2D,3D}` and `Basis` constructorsRaul Santos
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
2022-08-31Discontinued spherical_interpolate_with in Transform3DSilc Renew
2022-08-11[doc] Use "param" instead of "code" to refer to parametersAndy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-06Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde
2022-08-02Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller
2022-07-30Add `operator*` to `Plane`PrecisionRender
2022-07-28Merge pull request #63532 from TokageItLab/rename-cubic-slerpRémi Verschelde
2022-07-28Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde
2022-07-27rename and unify notation for spherical interpolationSilc Renew
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-05-05Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde
2022-05-05Specify return value of Transform3D.scaled() and moreMicky
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-27Expose Transform3D::sphere_interpolate_with()Max Hilbrunner
2022-01-06Unify similar method descriptionsHaoyu Qiu
2021-11-29Enable sorting of operator methods in class documentation.Marcel Admiraal
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-04Add documentation to operators for math typesAaron Franke
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-08-01Move code for looking_at to BasisAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-18Merge pull request #49638 from aaronfranke/multiply-transformsRémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-15Allow multiplying Transforms and Basis by numbersAaron Franke
2021-06-03Update documentation for Transform3DAaron Franke