.. |
a_star.cpp
|
Rename AStar.get_points() to AStar.get_point_ids() for clarity
|
2021-11-30 22:14:39 +01:00 |
a_star.h
|
Rename AStar.get_points() to AStar.get_point_ids() for clarity
|
2021-11-30 22:14:39 +01:00 |
aabb.cpp
|
Warn when using an AABB or Rect2 with a negative size
|
2021-11-30 18:27:58 -06:00 |
aabb.h
|
Warn when using an AABB or Rect2 with a negative size
|
2021-11-30 18:27:58 -06:00 |
audio_frame.h
|
Don't return reference on copy assignment operators
|
2021-11-30 16:26:29 +01:00 |
basis.cpp
|
Rename built-in SGN() macro to SIGN()
|
2021-11-16 20:40:49 +01:00 |
basis.h
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
bvh_abb.h
|
|
|
bvh_cull.inc
|
|
|
bvh_debug.inc
|
|
|
bvh_integrity.inc
|
|
|
bvh_logic.inc
|
clang-format: Various fixes to comments alignment from clang-format 13
|
2021-10-28 15:43:36 +02:00 |
bvh_misc.inc
|
|
|
bvh_pair.inc
|
Rename remove() to remove_at() when removing by index
|
2021-11-23 18:58:57 -07:00 |
bvh_public.inc
|
|
|
bvh_refit.inc
|
|
|
bvh_split.inc
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |
bvh_structs.inc
|
|
|
bvh_tree.h
|
|
|
bvh.h
|
Rename remove() to remove_at() when removing by index
|
2021-11-23 18:58:57 -07:00 |
camera_matrix.cpp
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
camera_matrix.h
|
|
|
color_names.inc
|
|
|
color.cpp
|
Color: Bind from_hsv as static method
|
2021-11-11 11:50:02 +01:00 |
color.h
|
Color: Bind from_hsv as static method
|
2021-11-11 11:50:02 +01:00 |
convex_hull.cpp
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |
convex_hull.h
|
|
|
delaunay_2d.h
|
Rename remove() to remove_at() when removing by index
|
2021-11-23 18:58:57 -07:00 |
delaunay_3d.h
|
|
|
disjoint_set.h
|
|
|
dynamic_bvh.cpp
|
|
|
dynamic_bvh.h
|
|
|
expression.cpp
|
Merge pull request #47294 from sebastian-heinz/patch-1
|
2021-12-02 10:04:17 +01:00 |
expression.h
|
|
|
face3.cpp
|
Swap args of Plane(point, normal) constructor
|
2021-10-15 20:49:42 -05:00 |
face3.h
|
clang-format: Various fixes to comments alignment from clang-format 13
|
2021-10-28 15:43:36 +02:00 |
geometry_2d.cpp
|
|
|
geometry_2d.h
|
Fix segment intersection in Geometry2D
|
2021-11-16 18:09:33 -07:00 |
geometry_3d.cpp
|
Swap args of Plane(point, normal) constructor
|
2021-10-15 20:49:42 -05:00 |
geometry_3d.h
|
Remove unimplemented methods
|
2021-10-21 18:44:25 +01:00 |
math_defs.h
|
clang-format: Various fixes to comments alignment from clang-format 13
|
2021-10-28 15:43:36 +02:00 |
math_fieldwise.cpp
|
|
|
math_fieldwise.h
|
|
|
math_funcs.cpp
|
Expose randfn to global scope
|
2021-11-17 14:29:19 +03:00 |
math_funcs.h
|
Expose randfn to global scope
|
2021-11-17 14:29:19 +03:00 |
octree.h
|
|
|
plane.cpp
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
plane.h
|
Swap args of Plane(point, normal) constructor
|
2021-10-15 20:49:42 -05:00 |
quaternion.cpp
|
Refactored Node3D rotation modes
|
2021-10-25 14:34:00 -03:00 |
quaternion.h
|
Don't return reference on copy assignment operators
|
2021-11-30 16:26:29 +01:00 |
quick_hull.cpp
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
quick_hull.h
|
|
|
random_number_generator.cpp
|
|
|
random_number_generator.h
|
|
|
random_pcg.cpp
|
|
|
random_pcg.h
|
|
|
rect2.cpp
|
Warn when using an AABB or Rect2 with a negative size
|
2021-11-30 18:27:58 -06:00 |
rect2.h
|
Warn when using an AABB or Rect2 with a negative size
|
2021-11-30 18:27:58 -06:00 |
SCsub
|
|
|
static_raycaster.cpp
|
|
|
static_raycaster.h
|
|
|
transform_2d.cpp
|
Rename built-in SGN() macro to SIGN()
|
2021-11-16 20:40:49 +01:00 |
transform_2d.h
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
transform_3d.cpp
|
clang-format: Disable alignment of operands, too unreliable
|
2021-10-28 15:19:35 +02:00 |
transform_3d.h
|
|
|
triangle_mesh.cpp
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
triangle_mesh.h
|
|
|
triangulate.cpp
|
clang-format: Various fixes to comments alignment from clang-format 13
|
2021-10-28 15:43:36 +02:00 |
triangulate.h
|
|
|
vector2.cpp
|
Rename built-in SGN() macro to SIGN()
|
2021-11-16 20:40:49 +01:00 |
vector2.h
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |
vector3.cpp
|
Rename Vector parameters to be consistent
|
2021-12-01 21:14:46 +01:00 |
vector3.h
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |
vector3i.cpp
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |
vector3i.h
|
Expose max_axis_index and max_axis_index for Vector2(i)
|
2021-12-02 23:45:41 -06:00 |