![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "UnitTests/unitTestCommon.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Functions | |
Divide::TEST_CASE ("Mat Size Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat Union Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat getCol Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat getRow Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat equalityOperator Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat Identity Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat Transpose Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat-Scalar Multiply Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat-Scalar Add-Subtract Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat-Scalar Division Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat-Plane Reflect Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat-Mat Multiply Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat Construct Tests", "[math_matrix_test]") | |
Divide::TEST_CASE ("Mat Inverse Tests", "[math_matrix_test]") | |