godot/servers/physics_3d
reduz 45af29da80 Add a new HashSet template
* Intended to replace RBSet in most cases.
* Optimized for iteration speed
2022-05-20 22:40:38 +02:00
..
joints
SCsub
gjk_epa.cpp
gjk_epa.h
godot_area_3d.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_area_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_area_pair_3d.cpp
godot_area_pair_3d.h
godot_body_3d.cpp
godot_body_3d.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_body_direct_state_3d.cpp
godot_body_direct_state_3d.h
godot_body_pair_3d.cpp
godot_body_pair_3d.h
godot_broad_phase_3d.cpp
godot_broad_phase_3d.h
godot_broad_phase_3d_bvh.cpp
godot_broad_phase_3d_bvh.h
godot_collision_object_3d.cpp
godot_collision_object_3d.h
godot_collision_solver_3d.cpp
godot_collision_solver_3d.h
godot_collision_solver_3d_sat.cpp
godot_collision_solver_3d_sat.h
godot_constraint_3d.h
godot_joint_3d.h
godot_physics_server_3d.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_physics_server_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_shape_3d.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_shape_3d.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_soft_body_3d.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_soft_body_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_space_3d.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_space_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
godot_step_3d.cpp Use range iterators for RBSet in most cases 2022-05-19 12:09:16 +02:00
godot_step_3d.h