Blender V4.3
BLI_math_vector_test.cc File Reference
#include "testing/testing.h"
#include "BLI_math_vector.h"
#include "BLI_math_vector.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::tests
 

Functions

 blender::tests::TEST (math_vector, ClampVecWithFloats)
 
 blender::tests::TEST (math_vector, ClampVecWithVecs)
 
 blender::tests::TEST (math_vector, test_invert_v3_safe)
 
 blender::tests::TEST (math_vector, Clamp)
 
 blender::tests::TEST (math_vector, InterpolateInt)
 
 blender::tests::TEST (math_vector, InterpolateFloat)
 
 blender::tests::TEST (math_vector, CeilToMultiple)
 
 blender::tests::TEST (math_vector, DivideCeil)
 
 blender::tests::TEST (math_vector, Sign)
 
 blender::tests::TEST (math_vector, sqrt)
 
 blender::tests::TEST (math_vector, safe_sqrt)
 
 blender::tests::TEST (math_vector, rcp)
 
 blender::tests::TEST (math_vector, safe_rcp)
 
 blender::tests::TEST (math_vector, exp)
 
 blender::tests::TEST (math_vector, square)