pandemonium_engine/core/math
2022-08-15 16:13:21 +02:00
..
a_star.cpp
a_star.h
aabb.cpp Backported improvements to AABB from Godot 4. Also made sure all eligible methods are bound. 2022-08-13 18:21:54 +02:00
aabb.h Backported improvements to AABB from Godot 4. Also made sure all eligible methods are bound. 2022-08-13 18:21:54 +02:00
audio_frame.cpp
audio_frame.h
basis.cpp Backported improvements to Basis from Godot4. Also bound all eligible methods. 2022-08-14 00:18:21 +02:00
basis.h Backported improvements to Basis from Godot4. Also bound all eligible methods. 2022-08-14 00:18:21 +02:00
bsp_tree.cpp Backported improvements to AABB from Godot 4. Also made sure all eligible methods are bound. 2022-08-13 18:21:54 +02:00
bsp_tree.h
bvh_abb.h
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc
bvh_misc.inc
bvh_pair.inc
bvh_public.inc Fixup BVH debugging statements 2022-07-29 23:20:04 +02:00
bvh_refit.inc
bvh_split.inc
bvh_structs.inc
bvh_tree.h
bvh.h Fixup BVH debugging statements 2022-07-29 23:20:04 +02:00
camera_matrix.cpp Renamed elements in Basis to rows. 2022-08-13 19:07:59 +02:00
camera_matrix.h
convex_hull.cpp
convex_hull.h
delaunay.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
disjoint_set.cpp
disjoint_set.h
expression.cpp
expression.h
face3.cpp
face3.h
geometry.cpp
geometry.h
math_defs.h Backported some improvements to Rect2 from Godot4. Also bound all eligible methods. 2022-08-14 13:15:22 +02:00
math_fieldwise.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
math_fieldwise.h
math_funcs.cpp Backported the improvements to the Math class from Godot4. 2022-08-13 16:49:47 +02:00
math_funcs.h Backported the improvements to the Math class from Godot4. 2022-08-13 16:49:47 +02:00
octree_definition.inc
octree.h
plane.cpp Backported some improvements to Plane from Godot4. Also bound all eligible methods. 2022-08-14 10:52:57 +02:00
plane.h Backported some improvements to Plane from Godot4. Also bound all eligible methods. 2022-08-14 10:52:57 +02:00
projection.cpp Renamed elements in Basis to rows. 2022-08-13 19:07:59 +02:00
projection.h Added Vector4, Vector4i, and projection classes from Godot4. They are not yet handled via Variants. 2022-08-07 23:30:31 +02:00
quaternion.cpp Backported improvements to Quaternion from Godot4. Also bound all eligible methods. 2022-08-15 13:00:32 +02:00
quaternion.h Backported improvements to Quaternion from Godot4. Also bound all eligible methods. 2022-08-15 13:00:32 +02:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp
random_number_generator.h Backported the improvements to the Math class from Godot4. 2022-08-13 16:49:47 +02:00
random_pcg.cpp Backported the improvements to the Math class from Godot4. 2022-08-13 16:49:47 +02:00
random_pcg.h Backported the improvements to the Math class from Godot4. 2022-08-13 16:49:47 +02:00
rect2.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
rect2.h Backported some improvements to Rect2 from Godot4. Also bound all eligible methods. 2022-08-14 13:15:22 +02:00
rect2i.cpp Also did Rect2i. 2022-08-14 14:00:32 +02:00
rect2i.h Also did Rect2i. 2022-08-14 14:00:32 +02:00
SCsub
transform_2d.cpp Backported some improvements to Transform2D from Godot4. Also bound all eligible methods. 2022-08-14 19:19:51 +02:00
transform_2d.h Backported some improvements to Transform2D from Godot4. Also bound all eligible methods. 2022-08-14 19:19:51 +02:00
transform_interpolator.cpp Renamed elements in Basis to rows. 2022-08-13 19:07:59 +02:00
transform_interpolator.h Renamed Quat to Quaternion for consistency with the other engine math classes. 2022-08-13 15:22:33 +02:00
transform.cpp Bound all eligible transform methods. 2022-08-15 09:20:47 +02:00
transform.h Bound all eligible transform methods. 2022-08-15 09:20:47 +02:00
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp
triangulate.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector2.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector2.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector2i.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector2i.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector3.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector3.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector3i.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector3i.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector4.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector4.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector4i.cpp Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00
vector4i.h Ported improvements to Vector2, Vector2i, Vector3, Vector3i, Vector4, and Vector4i from Godot4. 2022-08-15 16:13:21 +02:00