nw::lyt::res::Vec2 Structurestruct Vec2
{
ut::ResF32 x;
ut::ResF32 y;
};
Maintains 2D vectors inside resources.
| x | ut::ResF32 | The x coordinate value. | |
|---|---|---|---|
| y | ut::ResF32 | The y coordinate value. |
| Constructors and Destructors | ||
|---|---|---|
| Vec2 | Constructor. | |
| Other | ||
| operator const math::VEC2 | A conversion operator. | |
CONFIDENTIAL