xcal
基于 C++23 的现代图形渲染引擎
|
#include <gtest/gtest.h>
#include <xcal/mobject/core/composedmobject.hpp>
#include <xcal/mobject/core/mobject.hpp>
类 | |
class | TestMObject |
函数 | |
TEST (TestMObject, Constructor) | |
TEST (TestMObject, LocalGlobal_NoTransform) | |
TEST (TestMObject, LocalGlobal_RotationOnly) | |
TEST (TestMObject, LocalGlobal_ScaleOnly) | |
TEST (TestMObject, LocalGlobal_Complex) | |
TEST | ( | TestMObject | , |
Constructor | |||
) |
在文件 test_mobject.cc 第 19 行定义.
TEST | ( | TestMObject | , |
LocalGlobal_Complex | |||
) |
在文件 test_mobject.cc 第 66 行定义.
TEST | ( | TestMObject | , |
LocalGlobal_NoTransform | |||
) |
在文件 test_mobject.cc 第 25 行定义.
TEST | ( | TestMObject | , |
LocalGlobal_RotationOnly | |||
) |
在文件 test_mobject.cc 第 38 行定义.
TEST | ( | TestMObject | , |
LocalGlobal_ScaleOnly | |||
) |
在文件 test_mobject.cc 第 52 行定义.