|
Blender V4.3
|
#include "testing/testing.h"#include "intern/abc_axis_conversion.h"#include "BLI_math_base.h"#include "BLI_math_matrix.h"#include "BLI_utildefines.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::alembic |
Functions | |
| blender::io::alembic::TEST (abc_matrix, CreateRotationMatrixY_YfromZ) | |
| blender::io::alembic::TEST (abc_matrix, CreateRotationMatrixZ_YfromZ) | |
| blender::io::alembic::TEST (abc_matrix, CreateRotationMatrixXYZ_YfromZ) | |
| blender::io::alembic::TEST (abc_matrix, CreateRotationMatrixXYZ_ZfromY) | |
| blender::io::alembic::TEST (abc_matrix, CopyM44AxisSwap_YfromZ) | |
| blender::io::alembic::TEST (abc_matrix, CopyM44AxisSwapWithScale_YfromZ) | |
| blender::io::alembic::TEST (abc_matrix, CopyM44AxisSwap_ZfromY) | |
| blender::io::alembic::TEST (abc_matrix, CopyM44AxisSwapWithScale_ZfromY) | |
| blender::io::alembic::TEST (abc_matrix, CopyM44AxisSwapWithScale_gimbal_ZfromY) | |