summaryrefslogtreecommitdiffstats
path: root/src/variant/projection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Fix Projection create_orthogonal being incorrectthimenesup2024-04-141-1/+1
| | | Title
* 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-120/+127
|
* Rename Basis "elements" to "rows"Aaron Franke2022-09-191-18/+18
| | | | https://github.com/godotengine/godot/pull/60627
* Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+934