virtualx-engine/core/math
Ricardo Buring 2ed2ccc2d8 Fixed Timestep Interpolation (2D)
Adds fixed timestep interpolation to the rendering server (2D only).
Switchable on and off with a project setting (default is off).

Co-authored-by: lawnjelly <lawnjelly@gmail.com>
2024-03-23 12:28:36 +01:00
..
a_star.cpp Initialize pointers in a_star.cpp 2023-12-28 13:58:11 -08:00
a_star.h
a_star_grid_2d.cpp Add isometric cell shape mode to AStarGrid2D. 2023-10-03 21:04:03 +03:00
a_star_grid_2d.h Add isometric cell shape mode to AStarGrid2D. 2023-10-03 21:04:03 +03:00
aabb.cpp Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport 2024-02-13 18:53:21 +09:00
aabb.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
audio_frame.h Fix member names of AudioFrame to match extension 2024-02-13 15:37:09 +01:00
basis.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
basis.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
bvh.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
bvh_abb.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06: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 Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
color.cpp
color.h
color_names.inc
convex_hull.cpp Remove unnecessary this-> expressions 2024-01-29 09:59:18 +01:00
convex_hull.h
delaunay_2d.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
delaunay_3d.h
disjoint_set.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
dynamic_bvh.cpp
dynamic_bvh.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
expression.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
expression.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
face3.cpp
face3.h
geometry_2d.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
geometry_2d.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
geometry_3d.cpp Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 2024-02-28 14:25:35 +01:00
geometry_3d.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
math_defs.h
math_fieldwise.cpp
math_fieldwise.h
math_funcs.cpp
math_funcs.h Fix potential integer underflow in rounded up divisions 2024-01-02 14:14:47 +01:00
plane.cpp
plane.h
projection.cpp
projection.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
quaternion.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
quaternion.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
quick_hull.cpp
quick_hull.h
random_number_generator.cpp Add RandomNumberGenerator::rand_weighted method 2024-02-29 13:29:53 +01:00
random_number_generator.h Fix RandomNumberGenerator::rand_weighted return type 2024-03-02 20:56:01 -06:00
random_pcg.cpp Fix RandomNumberGenerator::rand_weighted return type 2024-03-02 20:56:01 -06:00
random_pcg.h Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
rect2.cpp
rect2.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
rect2i.cpp
rect2i.h
SCsub
static_raycaster.cpp
static_raycaster.h
transform_2d.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
transform_2d.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
transform_3d.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
transform_3d.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
transform_interpolator.cpp Fixed Timestep Interpolation (2D) 2024-03-23 12:28:36 +01:00
transform_interpolator.h Fixed Timestep Interpolation (2D) 2024-03-23 12:28:36 +01:00
triangle_mesh.cpp
triangle_mesh.h
triangulate.cpp
triangulate.h
vector2.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector2.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector2i.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector2i.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector3.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector3.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector3i.cpp
vector3i.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector4.cpp [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector4.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00
vector4i.cpp
vector4i.h [Core] Codestyle improvements to math types 2024-03-04 18:17:10 +01:00