pandemonium_engine/core/math
2023-12-17 22:29:33 +01:00
..
a_star.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
a_star.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
aabb.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
aabb.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
audio_frame.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
audio_frame.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
basis.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
basis.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
bsp_tree.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
bsp_tree.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
bvh_abb.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
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 - fix not refitting upward from leaf nodes 2023-10-02 16:55:52 +02:00
bvh_split.inc BVH - fix axis getting mixed up when split leaf 2023-10-02 16:56:12 +02:00
bvh_structs.inc BVH - fix not refitting upward from leaf nodes 2023-10-02 16:55:52 +02:00
bvh_tree.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
bvh.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
color_names.inc Ported: Single Compilation Unit build. 2023-07-11 16:07:36 +02:00
color.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
color.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
convex_hull.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
convex_hull.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
delaunay.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
disjoint_set.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
disjoint_set.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
expression.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
expression.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
face3.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
face3.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
geometry.cpp File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
geometry.h File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
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 Style: Ensure consistent formatting with clang-format 15 2022-10-08 16:48:59 +02:00
math_fieldwise.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
math_funcs.cpp Moved the error macros. 2022-08-17 15:14:19 +02:00
math_funcs.h Add unsafe version from asin and acos. 2023-06-11 08:45:19 +02:00
octree_definition.inc Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
octree.h
plane.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
plane.h Now all Variant math types are structs. 2022-08-16 22:09:26 +02:00
projection.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
projection.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
quaternion.cpp Make acos and asin safe 2023-06-11 08:41:42 +02:00
quaternion.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
quick_hull.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
quick_hull.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
random_number_generator.cpp
random_number_generator.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +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 Added grow_by and to_rect2 helper method to Rect2i. 2023-05-30 19:33:12 +02:00
SCsub
transform_2d.cpp Ported form godot4: Reformat structure string operators 2022-08-16 22:46:24 +02:00
transform_2d.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
transform_interpolator.cpp Ported: 2D Fixed Timestep Interpolation 2023-08-27 18:48:25 +02:00
transform_interpolator.h Ported: 2D Fixed Timestep Interpolation 2023-08-27 18:48:25 +02:00
transform.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
transform.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
triangle_mesh.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
triangle_mesh.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
triangulate.cpp
triangulate.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
vector2.cpp Removed the deprecated clamped() method from vector2. (The new method is limit_length().) 2023-01-15 14:05:45 +01:00
vector2.h Removed the deprecated clamped() method from vector2. (The new method is limit_length().) 2023-01-15 14:05:45 +01:00
vector2i.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector2i.h Moved the error macros. 2022-08-17 15:14:19 +02:00
vector3.cpp Made the parameter of snap and snapped in Vector3 const reference. 2023-05-27 11:12:31 +02:00
vector3.h Made the parameter of snap and snapped in Vector3 const reference. 2023-05-27 11:12:31 +02:00
vector3i.cpp Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00
vector3i.h Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00
vector4.cpp Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00
vector4.h Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00
vector4i.cpp Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00
vector4i.h Fix small inconsistencies in Vector3/3i/4/4i apis. 2023-05-27 13:26:52 +02:00