pandemonium_engine/core/math
2022-08-17 14:19:55 +02:00
..
a_star.cpp Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
a_star.h
aabb.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
aabb.h
audio_frame.cpp
audio_frame.h Ensure AudioFrame variables l and r are always initialised 2022-07-29 11:02:34 +02:00
basis.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
basis.h
bsp_tree.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
bsp_tree.h
bvh_abb.h Clang format all files. 2022-03-18 19:00:13 +01:00
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc
bvh_misc.inc
bvh_pair.inc
bvh_public.inc
bvh_refit.inc
bvh_split.inc
bvh_structs.inc
bvh_tree.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
bvh.h
color_names.inc
color.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
color.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
convex_hull.cpp
convex_hull.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
delaunay.h
disjoint_set.cpp
disjoint_set.h
expression.cpp
expression.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
face3.cpp
face3.h Now all Variant math types are structs. 2022-08-16 22:09:26 +02:00
geometry.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
geometry.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02: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 Now Vector4, Vector4i, Projection, PoolVector4Array, PoolVector4iArray, are built in variant types. Also reordered the Variant's Type enum, renamed _RID in it to RID, fixed a few smaller issues and removed some very old compat code. 2022-08-16 21:55:56 +02:00
math_fieldwise.h
math_funcs.cpp
math_funcs.h
octree_definition.inc Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
octree.h
plane.cpp
plane.h
projection.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
projection.h
quaternion.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +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 Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
quick_hull.h
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h
rect2.cpp
rect2.h
rect2i.cpp
rect2i.h
SCsub
transform_2d.cpp
transform_2d.h
transform_interpolator.cpp
transform_interpolator.h
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 Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
triangle_mesh.h
triangulate.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
triangulate.h
vector2.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector2.h
vector2i.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector2i.h
vector3.cpp
vector3.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector3i.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +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 Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector4.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector4i.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
vector4i.h