#include "testing/testing.h"
#include "BLI_float3x3.hh"
#include "BLI_math_base.h"
#include "BLI_math_vec_types.hh"
Go to the source code of this file.
|
| blender::tests::TEST (float3x3, Identity) |
|
| blender::tests::TEST (float3x3, Translation) |
|
| blender::tests::TEST (float3x3, Rotation) |
|
| blender::tests::TEST (float3x3, TranslationRotationScale) |
|
| blender::tests::TEST (float3x3, NormalizedAxes) |
|
| blender::tests::TEST (float3x3, PostTransformationMultiplication) |
|
| blender::tests::TEST (float3x3, PreTransformationMultiplication) |
|
| blender::tests::TEST (float3x3, TransformationMultiplicationAssignment) |
|
| blender::tests::TEST (float3x3, Inverted) |
|
| blender::tests::TEST (float3x3, Origin) |
|