godot/main/tests
lawnjelly 37f20e1d78 Fix Transform::xform(Plane) functions, add Transform unit tests
The Transform::xform and xform_inv are made safe for Planes when using non-uniform scaling.

Basic unit tests for Transform.

Optimization of calling sites to prevent loss of performance from the changes to xform(Plane).
2021-08-07 08:05:39 +01:00
..
SCsub
test_astar.cpp
test_astar.h
test_basis.cpp
test_basis.h
test_crypto.cpp
test_crypto.h
test_gdscript.cpp
test_gdscript.h
test_gui.cpp
test_gui.h
test_main.cpp Fix Transform::xform(Plane) functions, add Transform unit tests 2021-08-07 08:05:39 +01:00
test_main.h
test_math.cpp
test_math.h
test_oa_hash_map.cpp
test_oa_hash_map.h
test_ordered_hash_map.cpp
test_ordered_hash_map.h
test_physics.cpp
test_physics.h
test_physics_2d.cpp
test_physics_2d.h
test_render.cpp
test_render.h
test_shader_lang.cpp
test_shader_lang.h
test_string.cpp
test_string.h
test_transform.cpp Fix Transform::xform(Plane) functions, add Transform unit tests 2021-08-07 08:05:39 +01:00
test_transform.h Fix Transform::xform(Plane) functions, add Transform unit tests 2021-08-07 08:05:39 +01:00
test_xml_parser.cpp
test_xml_parser.h