nw::lyt::TexSRT Structure

Syntax

struct TexSRT
{
   res::Vec2 translate;
   ut::ResF32 rotate;
   res::Vec2 scale;
};

Description

Structure for texture SRT conversion matrices.

Member Variables

translate res::Vec2 The translation.
rotate ut::ResF32 The rotation.
scale res::Vec2 The scale ratio.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL