summaryrefslogtreecommitdiffstats
path: root/core/math/transform_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Core: Replace `_NO_DISCARD_` macro with attributeThaddeus Crews2024-04-121-1/+1
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-10/+10
* Add and expose Basis/Transform2D/3D division by float operatorAaron Franke2023-12-201-0/+2
* Add the ability to look-at in model-space.Juan Linietsky2023-05-241-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+1
* Enhancements to includes in core data structuresAaron Franke2022-10-051-0/+1
* Discontinued spherical_interpolate_with in Transform3DSilc Renew2022-08-311-1/+0
* Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller2022-08-021-0/+3
* 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
* | rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-3/+3
|/
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-3/+3
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-3/+3
* Core: Make all Variant math types structsRémi Verschelde2022-02-041-5/+4
* Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-1/+1
* Merge pull request #53684 from TokageItLab/orthogonal-modeRémi Verschelde2022-01-051-0/+3
|\
| * Fix some gizmo behavior to make more consistentSilc 'Tokage' Renew2021-12-251-0/+3
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Fix Transform::xform(Plane) functionslawnjelly2021-08-071-25/+56
* Allow multiplying Transforms and Basis by numbersAaron Franke2021-06-151-0/+2
* Rename files and the exposed name for Transform3DAaron Franke2021-06-031-0/+232