godot/tests/core/math
Micky 59e11934d8 Rename str2var to str_to_var and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
test_aabb.h Tests: Silence some intentional errors 2022-08-04 22:03:44 +02:00
test_astar.h
test_basis.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
test_color.h
test_expression.h
test_geometry_2d.h
test_geometry_3d.h
test_plane.h
test_quaternion.h Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
test_random_number_generator.h
test_rect2.h
test_rect2i.h
test_transform_2d.h Fix consistency of translated/scaled/rotated in Transform2D and Transform3D 2022-08-02 23:38:14 +02:00
test_transform_3d.h Fix consistency of translated/scaled/rotated in Transform2D and Transform3D 2022-08-02 23:38:14 +02:00
test_vector2.h
test_vector2i.h
test_vector3.h
test_vector3i.h
test_vector4.h vector4 distance_squared_to and update csharp 2022-08-09 01:59:17 +02:00
test_vector4i.h Vector4/Vector4i: Add missing methods, tests and fix change of sign operator 2022-08-07 12:25:05 +02:00