godot/core/math
Juan Linietsky 1bea8e1eac New lightmapper
-Added LocalVector (needed it)
-Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too)
-Fixes and changes all around the place
-Added library for 128 bits fixed point (required for Delaunay3D)
2020-05-10 15:59:09 -03:00
..
a_star.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
a_star.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
aabb.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
aabb.h Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
audio_frame.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_frame.h [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
basis.cpp New lightmapper 2020-05-10 15:59:09 -03:00
basis.h New lightmapper 2020-05-10 15:59:09 -03:00
camera_matrix.cpp New lightmapper 2020-05-10 15:59:09 -03:00
camera_matrix.h New lightmapper 2020-05-10 15:59:09 -03:00
delaunay_3d.h New lightmapper 2020-05-10 15:59:09 -03:00
delaunay.h New lightmapper 2020-05-10 15:59:09 -03:00
disjoint_set.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
disjoint_set.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
expression.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
expression.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
face3.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
face3.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
geometry.cpp New lightmapper 2020-05-10 15:59:09 -03:00
geometry.h New lightmapper 2020-05-10 15:59:09 -03:00
math_defs.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
math_fieldwise.cpp Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
math_fieldwise.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
math_funcs.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
math_funcs.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
octree.h Check for empty vectors before trying to access a pointer to the first 2020-05-04 21:02:58 +01:00
plane.cpp New lightmapper 2020-05-10 15:59:09 -03:00
plane.h New lightmapper 2020-05-10 15:59:09 -03:00
quat.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
quat.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
quick_hull.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
quick_hull.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
r128.cpp New lightmapper 2020-05-10 15:59:09 -03:00
random_number_generator.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
random_number_generator.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
random_pcg.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
random_pcg.h typedefs: Cleanup unused macros and unnecessary checks 2020-03-11 21:44:56 +01:00
rect2.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rect2.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
transform_2d.cpp Implement Skew in Node2D 2020-05-01 13:38:04 -03:00
transform_2d.h Implement Skew in Node2D 2020-05-01 13:38:04 -03:00
transform.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
transform.h Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
triangle_mesh.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
triangle_mesh.h Fixed false positives in the culling system. 2020-04-29 19:33:42 -07:00
triangulate.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
triangulate.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
vector2.cpp Improve the Vector2 rotated code 2020-04-21 14:06:41 -04:00
vector2.h [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
vector3.cpp Fix Vector3 ambiguities and out of bounds init. 2020-02-11 12:03:39 +01:00
vector3.h [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
vector3i.cpp Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
vector3i.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00