|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | identity (identity const &) noexcept=default |
| constexpr | identity (identity &&) noexcept=default |
| constexpr identity & | operator= (identity const &) noexcept=default |
| constexpr identity & | operator= (identity &&) noexcept=default |
| template<int E> | |
| constexpr | operator matrix< E > () const noexcept |
| identity | operator~ () const noexcept |
| template<int E> | |
| constexpr vector< E > | operator* (vector< E > const &rhs) const noexcept |
| template<int E> | |
| constexpr point< E > | operator* (point< E > const &rhs) const noexcept |
| constexpr color | operator* (color const &rhs) const noexcept |
| constexpr axis_aligned_rectangle | operator* (axis_aligned_rectangle const &rhs) const noexcept |
| constexpr rectangle | operator* (rectangle const &rhs) const noexcept |
| template<int E> | |
| constexpr identity | operator* (identity const &) const noexcept |
| constexpr bool | is_valid () const noexcept |