Kiwano Engine v1.3.x
kiwano::math::TransformT< _Ty > 模板类 参考

二维放射变换 更多...

#include <Transform.hpp>

Public 类型

using ValueType = _Ty
 

Public 成员函数

Matrix3x2T< ValueType > ToMatrix () const
 将二维放射变换转换为矩阵
 
bool IsFast () const
 
bool operator== (const TransformT &rhs) const
 

Public 属性

float rotation
 旋转
 
Vec2T< ValueType > position
 坐标
 
Vec2T< ValueType > scale
 缩放
 
Vec2T< ValueType > skew
 错切角度
 

详细描述

template<typename _Ty>
class kiwano::math::TransformT< _Ty >

二维放射变换