Blender V5.0
BLI_math_rotation_types_test.cc File Reference
#include "testing/testing.h"
#include "DNA_action_types.h"
#include "BLI_math_base.h"
#include "BLI_math_rotation.h"
#include "BLI_math_rotation.hh"
#include "BLI_math_rotation_types.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::tests

Functions

 blender::tests::TEST (math_rotation_types, AxisSignedCross)
 blender::tests::TEST (math_rotation_types, AxisSignedConvertToVec)
 blender::tests::TEST (math_rotation_types, AxisConvertToVec)
 blender::tests::TEST (math_rotation_types, Euler3Order)
 blender::tests::TEST (math_rotation_types, DualQuaternionUniformScaleConstructor)
 blender::tests::TEST (math_rotation_types, DualQuaternionNonUniformScaleConstructor)
 blender::tests::TEST (math_rotation_types, DualQuaternionOperators)
 blender::tests::TEST (math_rotation_types, QuaternionDefaultConstructor)
 blender::tests::TEST (math_rotation_types, QuaternionStaticConstructor)
 blender::tests::TEST (math_rotation_types, QuaternionVectorConstructor)
 blender::tests::TEST (math_rotation_types, QuaternionProduct)
 blender::tests::TEST (math_rotation_types, QuaternionUnaryMinus)
 blender::tests::TEST (math_rotation_types, QuaternionExpmap)
 blender::tests::TEST (math_rotation_types, QuaternionTwistSwing)
 blender::tests::TEST (math_rotation_types, AngleMethods)
 blender::tests::TEST (math_rotation_types, AngleFraction)
 blender::tests::TEST (math_rotation_types, TypeConversion)
 blender::tests::TEST (math_rotation_types, Euler3Conversion)
 blender::tests::TEST (math_rotation_types, AngleSinCosOperators)