nw::lyt::TexSRT Structurestruct TexSRT
{
res::Vec2 translate;
ut::ResF32 rotate;
res::Vec2 scale;
};
Structure for texture SRT conversion matrices.
| translate | res::Vec2 | The translation. | |
|---|---|---|---|
| rotate | ut::ResF32 | The rotation. | |
| scale | res::Vec2 | The scale ratio. |
CONFIDENTIAL