rcpp_framework/core/math
2022-02-04 11:54:46 +01:00
..
aabb.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
aabb.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
basis.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
basis.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
camera_matrix.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
camera_matrix.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
color.cpp Added the Color class from godot. Removed the ColorUInt8 typedef. 2022-02-04 11:34:07 +01:00
color.h Added the Color class from godot. Removed the ColorUInt8 typedef. 2022-02-04 11:34:07 +01:00
math_defs.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
math.cpp
math.h added round to Math, and fixed the type of the double pow's arguments. 2022-02-04 11:31:43 +01:00
plane.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
plane.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
quat.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
quat.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
rect2.cpp Removed sdl rect conversion. 2022-02-04 11:30:40 +01:00
rect2.h Removed sdl rect conversion. 2022-02-04 11:30:40 +01:00
transform_2d.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
transform_2d.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
transform.cpp Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
transform.h Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
vector2.cpp Fix 2 typos. 2022-02-04 11:52:40 +01:00
vector2.h
vector2i.cpp Added Vector2i. 2022-02-04 11:54:46 +01:00
vector2i.h Added Vector2i. 2022-02-04 11:54:46 +01:00
vector3.cpp
vector3.h