Blender V4.3
BLI_math_matrix_types_test.cc File Reference
#include "testing/testing.h"
#include "BLI_math_matrix.hh"
#include "BLI_math_matrix_types.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::tests
 

Functions

 blender::tests::TEST (math_matrix_types, DefaultConstructor)
 
 blender::tests::TEST (math_matrix_types, StaticConstructor)
 
 blender::tests::TEST (math_matrix_types, VectorConstructor)
 
 blender::tests::TEST (math_matrix_types, SmallerMatrixConstructor)
 
 blender::tests::TEST (math_matrix_types, ComponentMasking)
 
 blender::tests::TEST (math_matrix_types, PointerConversion)
 
 blender::tests::TEST (math_matrix_types, TypeConversion)
 
 blender::tests::TEST (math_matrix_types, PointerArrayConversion)
 
 blender::tests::TEST (math_matrix_types, ComponentAccess)
 
 blender::tests::TEST (math_matrix_types, AddOperator)
 
 blender::tests::TEST (math_matrix_types, SubtractOperator)
 
 blender::tests::TEST (math_matrix_types, MultiplyOperator)
 
 blender::tests::TEST (math_matrix_types, MatrixMultiplyOperator)
 
 blender::tests::TEST (math_matrix_types, VectorMultiplyOperator)
 
 blender::tests::TEST (math_matrix_types, ViewConstructor)
 
 blender::tests::TEST (math_matrix_types, ViewFromCstyleMatrix)
 
 blender::tests::TEST (math_matrix_types, ViewAssignment)
 
 blender::tests::TEST (math_matrix_types, ViewScalarOperators)
 
 blender::tests::TEST (math_matrix_types, ViewMatrixMultiplyOperator)
 
 blender::tests::TEST (math_matrix_types, ViewVectorMultiplyOperator)
 
 blender::tests::TEST (math_matrix_types, ViewMatrixNormalize)