加入 Node节点类 还未测试新框架
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
#include <math/EaseFunctions.h>
|
||||
#include <math/Scalar.h>
|
||||
|
||||
|
||||
using Vec2 = ember::math::Vec2T<float>;
|
||||
using VecPos = ember::math::Vec2T<int>;
|
||||
using Rect = ember::math::RectT<float>;
|
||||
using Matrix3x2 = ember::math::Matrix3x2T<float>;
|
||||
using Transform = ember::math::TransformT<float>;
|
||||
|
||||
using GlMatrix = std::array<float, 16>;
|
||||
|
||||
using Point = Vec2;
|
||||
using Size = Vec2;
|
||||
|
||||
Reference in New Issue
Block a user