struct rect
Declaration
struct rect { /* full declaration omitted */ };
Declared at: include/ekg/util/geometry.hpp:167
Member Variables
- public anonymous struct / union
Method Overview
- public inline rect()
- public inline rect(float _x, float _y, float _w, float _h)
- public inline rect(float _x, float _y, const ekg::vec2 & _v)
- public inline rect(const ekg::vec2 & _v, float _w, float _h)
- public inline rect(const ekg::vec2 & _l, const ekg::vec2 & _r)
Methods
¶inline rect()
inline rect()
Declared at: include/ekg/util/geometry.hpp:178
¶inline rect(float _x,
float _y,
float _w,
float _h)
inline rect(float _x,
float _y,
float _w,
float _h)
Declared at: include/ekg/util/geometry.hpp:180
Parameters
- float _x
- float _y
- float _w
- float _h
¶inline rect(float _x,
float _y,
const ekg::vec2& _v)
inline rect(float _x,
float _y,
const ekg::vec2& _v)
Declared at: include/ekg/util/geometry.hpp:187
Parameters
- float _x
- float _y
- const ekg::vec2& _v
¶inline rect(const ekg::vec2& _v,
float _w,
float _h)
inline rect(const ekg::vec2& _v,
float _w,
float _h)
Declared at: include/ekg/util/geometry.hpp:194
Parameters
- const ekg::vec2& _v
- float _w
- float _h
¶inline rect(const ekg::vec2& _l,
const ekg::vec2& _r)
inline rect(const ekg::vec2& _l,
const ekg::vec2& _r)
Declared at: include/ekg/util/geometry.hpp:201