pandemonium_engine/core/math
2023-06-11 09:45:23 +02:00
..
a_star.cpp
a_star.h
aabb.cpp
aabb.h
audio_frame.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
audio_frame.h Ensure AudioFrame variables l and r are always initialised 2022-07-29 11:02:34 +02:00
basis.cpp Ported: Test, refactor and fix a bug in Basis.get_axis_angle 2023-06-11 09:45:23 +02:00
basis.h Now Basis::get_uniform_scale() returns a real_t instead of a float. 2023-05-29 16:08:59 +02:00
bsp_tree.cpp
bsp_tree.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
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 Renamed Map to RBMap. 2023-01-15 19:12:50 +01: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 Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
disjoint_set.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
disjoint_set.h
expression.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
expression.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
face3.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
face3.h
geometry.cpp Ported clipper2 usage to clipper1 in PandemoniumNavigationMeshGenerator. Also moved them to the Geometry singleton. 2023-06-07 09:20:36 +02:00
geometry.h Make MultiMeshInstance2DNavigationGeometryParser2D use the Geometry singleton. And by proxy clipper 1. 2023-06-07 15:25:32 +02:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Add unsafe version from asin and acos. 2023-06-11 08:45:19 +02:00
octree_definition.inc
octree.h Clang format all files. 2022-03-18 19:00:13 +01:00
plane.cpp
plane.h
projection.cpp
projection.h
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 Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
random_number_generator.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
random_pcg.cpp
random_pcg.h
rect2.cpp
rect2.h
rect2i.cpp
rect2i.h Added grow_by and to_rect2 helper method to Rect2i. 2023-05-30 19:33:12 +02:00
SCsub
transform_2d.cpp
transform_2d.h
transform_interpolator.cpp
transform_interpolator.h Now all Variant math types are structs. 2022-08-16 22:09:26 +02:00
transform.cpp
transform.h
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
vector2.cpp
vector2.h
vector2i.cpp
vector2i.h
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