godot/core/math
Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename
Also drop some unused files.

Renamed:
- `core/dvector.h` -> `pool_vector.h`
- `core/io/resource_import.h` -> `resource_importer.h`
- `core/sort.h` -> `sort_array.h`
- `core/string_db.h` -> `string_name.h`

Dropped:
- `core/allocators.h`
- `core/os/shell.h`
- `core/variant_construct_string.cpp`
2019-02-12 13:34:25 +01:00
..
a_star.cpp Fix AStar crashing with large (>1e30) estimated values 2019-01-30 20:22:08 +02:00
a_star.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
aabb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
aabb.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_frame.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_frame.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
basis.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
basis.h [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
bsp_tree.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
bsp_tree.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
camera_matrix.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
camera_matrix.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
delaunay.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
expression.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
expression.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
face3.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
face3.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
geometry.cpp Removed splits in Polygon editor, replace by internal vertices and polygon support. 2019-01-08 19:11:08 -03:00
geometry.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
math_defs.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_fieldwise.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_fieldwise.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_funcs.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
math_funcs.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
octree.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane.cpp Revert "fixed invalid implementation of Plane::intersects_segment and Plane::intersects_ray" 2019-01-13 11:06:34 +01:00
plane.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
quat.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
quat.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
quick_hull.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
quick_hull.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
random_number_generator.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
random_number_generator.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
random_pcg.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
random_pcg.h Revert "Revert "Update random_pcg.h"" 2019-01-23 10:36:36 +01:00
rect2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rect2.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
transform_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform.h [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
triangle_mesh.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
triangle_mesh.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
triangulate.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
triangulate.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector2.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector3.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
vector3.h [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00