summaryrefslogtreecommitdiffstats
path: root/src/variant/basis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Add p_use_model_front to Basis::looking_at()Florent Guiocheau2024-10-141-2/+5
|
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+1
|
* [Math] Add `is_finite` methodsA Thousand Ships2024-04-111-0/+4
|
* Fix Basis::scaled_orthogonal using incorrect abs function.Fabio Alessandrelli2023-01-191-1/+1
|
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Basic static analysis fixesAndy Maloney2022-11-181-6/+6
| | | | | | | - remove extraneous semicolons - use "nullptr" instead of "0" - remove "break" after "return" - use <cstdio> instead of <stdio.h>
* Update core data structures to match the engineAaron Franke2022-10-071-2/+2
|
* Update Basis/Transform3D/Quaternion to match the engineAaron Franke2022-09-201-488/+399
|
* Rename Basis "elements" to "rows"Aaron Franke2022-09-191-142/+142
| | | | https://github.com/godotengine/godot/pull/60627
* Split is_equal_approx into float and double versions to match GodotAaron Franke2022-09-191-1/+1
| | | | https://github.com/godotengine/godot/pull/48882
* Use `quaternion` instead of `quat` in method namesMarc Gilleron2022-09-181-14/+14
|
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Fix formatting of filesGeorge Marques2021-09-271-0/+30
|
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-271-0/+1113