Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h31 struct Rect struct
53 Rect() in Rect() argument
69 Rect(f32 l, f32 t, f32 r, f32 b) in Rect() argument
80 Rect(const Rect& v) in Rect() argument
91 ~Rect() {} in ~Rect() argument
104 f32 GetWidth() const { return right - left; } in GetWidth()
111 f32 GetHeight() const { return bottom - top; } in GetHeight()
118 f32 GetX() const { return left; } in GetX()
125 f32 GetY() const { return top; } in GetY()
132 void SetWidth(f32 width) { right = left + width; } in SetWidth()
[all …]
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp39 struct Rect struct
41 f32 x, y, w, h;
43 const math::VEC2& Position() const in Position()
48 const nw::lyt::Size& Size() const in Size()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h111 operator nw::ut::Rect() const in Rect() function