index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Transform3D.xml
Age
Commit message (
Expand
)
Author
2023-01-15
C#: Add missing `Transform{2D,3D}` and `Basis` constructors
Raul Santos
2022-10-08
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-08-31
Discontinued spherical_interpolate_with in Transform3D
Silc Renew
2022-08-11
[doc] Use "param" instead of "code" to refer to parameters
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-06
Merge pull request #63698 from PrecisionRender/plane-operator-asterisk
Rémi Verschelde
2022-08-02
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Fabian Keller
2022-07-30
Add `operator*` to `Plane`
PrecisionRender
2022-07-28
Merge pull request #63532 from TokageItLab/rename-cubic-slerp
Rémi Verschelde
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-27
rename and unify notation for spherical interpolation
Silc Renew
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-05-05
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
Specify return value of Transform3D.scaled() and more
Micky
2022-03-14
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-01-27
Expose Transform3D::sphere_interpolate_with()
Max Hilbrunner
2022-01-06
Unify similar method descriptions
Haoyu Qiu
2021-11-29
Enable sorting of operator methods in class documentation.
Marcel Admiraal
2021-11-16
Merge pull request #54581 from aaronfranke/operator-docs
Rémi Verschelde
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-04
Add documentation to operators for math types
Aaron Franke
2021-10-29
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-06
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-09-17
Allow comparing equality between builtin types and null
George Marques
2021-08-01
Move code for looking_at to Basis
Aaron Franke
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-06-18
Merge pull request #49638 from aaronfranke/multiply-transforms
Rémi Verschelde
2021-06-18
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-15
Allow multiplying Transforms and Basis by numbers
Aaron Franke
2021-06-03
Update documentation for Transform3D
Aaron Franke