Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/alembic/abc_matrix_test.cc
| #include "testing/testing.h" | #include "testing/testing.h" | ||||
| // Keep first since utildefines defines AT which conflicts with STL | // Keep first since utildefines defines AT which conflicts with STL | ||||
| #include "intern/abc_util.h" | #include "intern/abc_utils.h" | ||||
| extern "C" { | extern "C" { | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| } | } | ||||
| TEST(abc_matrix, CreateRotationMatrixY_YfromZ) | TEST(abc_matrix, CreateRotationMatrixY_YfromZ) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 274 Lines • Show Last 20 Lines | |||||