summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/rect2.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+1
|
* Merge pull request #1437 from AThousandShips/vec_elem_scalarDavid Snopek2024-05-071-9/+5
|\ | | | | Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
| * Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-04-111-9/+5
| | | | | | | | Also added `snapped` to the integer vectors for completeness
* | [Math] Add `is_finite` methodsA Thousand Ships2024-04-111-0/+1
|/
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Update core data structures to match the engineAaron Franke2022-10-071-27/+62
|
* Use struct instead of class for core structuresAaron Franke2022-10-051-8/+3
|
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Use forward declares for vector math typesRémi Verschelde2022-02-201-0/+3
| | | | | Adds operators to convert from int vector types to float vector types as done in the upstream engine implementations.
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵bruvzg2022-02-141-7/+9
| | | | missing `CharString` method implementations.
* Fixing compiler warnings around implicit type casting loosing precisionBastiaan Olij2021-11-221-2/+2
|
* Fix formatting of filesGeorge Marques2021-09-271-1/+30
|
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-271-0/+312