.. |
a_star_grid_2d.cpp
|
refactor(AStarGrid2D): Return Vector2i in get_id_path
|
2022-09-30 12:02:28 +02:00 |
a_star_grid_2d.h
|
refactor(AStarGrid2D): Return Vector2i in get_id_path
|
2022-09-30 12:02:28 +02:00 |
a_star.cpp
|
|
|
a_star.h
|
|
|
aabb.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
aabb.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
audio_frame.h
|
|
|
basis.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
basis.h
|
|
|
bvh_abb.h
|
Remove set_all methods from Vector2/3/4
|
2022-09-19 15:08:50 -05: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
|
Use constexpr in the conditions with template parameters and sizeof s to suppress C4127 warnings.
|
2022-09-29 10:38:21 +03:00 |
bvh_structs.inc
|
Fix array-bounds warning in BVH
|
2022-09-22 16:06:25 +01:00 |
bvh_tree.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
bvh.h
|
|
|
color_names.inc
|
|
|
color.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
color.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
convex_hull.cpp
|
|
|
convex_hull.h
|
Style: Cleanup header guards for consistency
|
2022-09-26 13:51:17 +02:00 |
delaunay_2d.h
|
|
|
delaunay_3d.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
disjoint_set.h
|
|
|
dynamic_bvh.cpp
|
|
|
dynamic_bvh.h
|
|
|
expression.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
expression.h
|
|
|
face3.cpp
|
|
|
face3.h
|
|
|
geometry_2d.cpp
|
|
|
geometry_2d.h
|
|
|
geometry_3d.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
geometry_3d.h
|
|
|
math_defs.h
|
|
|
math_fieldwise.cpp
|
Rename Projection matrix to columns
|
2022-10-04 12:34:19 -05:00 |
math_fieldwise.h
|
|
|
math_funcs.cpp
|
|
|
math_funcs.h
|
Spacing changes in math_funcs.h
|
2022-09-19 02:22:50 -05:00 |
plane.cpp
|
Enhancements to includes in core data structures
|
2022-10-05 23:11:02 -05:00 |
plane.h
|
|
|
projection.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
projection.h
|
Enhancements to includes in core data structures
|
2022-10-05 23:11:02 -05:00 |
quaternion.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
quaternion.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
quick_hull.cpp
|
|
|
quick_hull.h
|
|
|
random_number_generator.cpp
|
|
|
random_number_generator.h
|
|
|
random_pcg.cpp
|
|
|
random_pcg.h
|
|
|
rect2.cpp
|
|
|
rect2.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
rect2i.cpp
|
|
|
rect2i.h
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
SCsub
|
|
|
static_raycaster.cpp
|
|
|
static_raycaster.h
|
|
|
transform_2d.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
transform_2d.h
|
|
|
transform_3d.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
transform_3d.h
|
Enhancements to includes in core data structures
|
2022-10-05 23:11:02 -05:00 |
triangle_mesh.cpp
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2022-10-07 11:32:33 +03:00 |
triangle_mesh.h
|
|
|
triangulate.cpp
|
|
|
triangulate.h
|
|
|
vector2.cpp
|
Add is_zero_approx methods to Vector2 , 3 , and 4
|
2022-09-02 00:29:50 -04:00 |
vector2.h
|
Remove set_all methods from Vector2/3/4
|
2022-09-19 15:08:50 -05:00 |
vector2i.cpp
|
|
|
vector2i.h
|
Define AXIS_COUNT in all vector types
|
2022-09-19 17:50:35 -05:00 |
vector3.cpp
|
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
|
2022-09-19 15:08:50 -05:00 |
vector3.h
|
Remove set_all methods from Vector2/3/4
|
2022-09-19 15:08:50 -05:00 |
vector3i.cpp
|
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
|
2022-09-19 15:08:50 -05:00 |
vector3i.h
|
Merge pull request #66133 from aaronfranke/set-all
|
2022-10-03 09:23:46 +02:00 |
vector4.cpp
|
Use float literals for float calculations in Color
|
2022-10-07 11:28:47 -05:00 |
vector4.h
|
Enhancements to includes in core data structures
|
2022-10-05 23:11:02 -05:00 |
vector4i.cpp
|
Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i
|
2022-09-19 15:08:50 -05:00 |
vector4i.h
|
Merge pull request #66133 from aaronfranke/set-all
|
2022-10-03 09:23:46 +02:00 |