aboutsummaryrefslogtreecommitdiff
path: root/core/math/rect3.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Overloaded basic math funcs (double and float variants). Use real_t rather ↵Ferenc Arn2017-01-161-5/+5
| | | | | | than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions.
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+418
Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain).