|
d0c80ffe6a
|
Removed sdl rect conversion.
|
2022-02-04 11:30:40 +01:00 |
|
|
e9250d185f
|
Added vector2 based constructors to rect2.
|
2022-02-04 11:30:01 +01:00 |
|
|
a723d748a7
|
Removed sdl color conversion from Color.
|
2022-02-04 10:39:53 +01:00 |
|
|
16746f513d
|
Added sinh, cosh, tanh, sinc and sincn to the Math class.
|
2022-02-04 10:38:49 +01:00 |
|
|
8dda820a54
|
Renamed Color to ColorUInt8, and typedef-ed it to Color.
|
2022-02-04 10:37:36 +01:00 |
|
|
19a70a5507
|
Added a few math classes from Godot.
|
2021-11-16 03:09:27 +01:00 |
|
|
ff6dd8ea5d
|
Operator cleanup to Vector2 and Vector3. Also added a few methods, and made x,y,z variables a union with an array, so the vector is also indexable.
|
2021-11-16 03:08:16 +01:00 |
|
|
e74549776f
|
Added expand_to to Rect2.
|
2021-11-16 03:06:58 +01:00 |
|
|
f50f52e593
|
Added a few smaller helpers to math.h.
|
2021-11-16 03:06:28 +01:00 |
|
|
59e859519b
|
Moved the math class to a new math subfolder in core/, and also added my other math realted classes.
|
2021-11-13 11:51:43 +01:00 |
|