|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | array_type = simd<float, 4> |
| using | value_type = array_type::value_type |
Static Public Member Functions | |
| static constexpr translate3 | align (aarectangle src_rectangle, aarectangle dst_rectangle, alignment alignment) noexcept |
| Align a rectangle within another rectangle. | |
Friends | |
| constexpr friend bool | operator== (translate3 const &lhs, translate3 const &rhs) noexcept |
| constexpr translate3 | round (translate3 const &rhs) noexcept |
|
inlinestaticconstexprnoexcept |
Align a rectangle within another rectangle.
| src_rectangle | The rectangle to translate into the dst_rectangle |
| dst_rectangle | The destination rectangle. |
| alignment | How the source rectangle should be aligned inside the destination rectangle. |