|
| constexpr | UV () noexcept=default |
| |
| constexpr | UV (F32 u, F32 v) noexcept |
| |
| constexpr | UV (const UV &uv) noexcept=default |
| |
| constexpr | UV (UV &&uv) noexcept=default |
| |
| constexpr | UV (F32x2 v) noexcept |
| |
| | ~UV ()=default |
| |
| UV & | operator= (const UV &uv) noexcept=default |
| |
| UV & | operator= (UV &&uv) noexcept=default |
| |
| constexpr F32 | GetU () const noexcept |
| |
| constexpr void | SetU (F32 u) noexcept |
| |
| constexpr F32 | GetV () const noexcept |
| |
| constexpr void | SetV (F32 v) noexcept |
| |
| constexpr | Array () noexcept |
| |
| constexpr | Array (const F32 &value) noexcept |
| |
| constexpr | Array (ArgsT &&... args) noexcept |
| |
| constexpr | Array (const Array< F32, FromN, alignof(F32) > &a) noexcept |
| |
| constexpr | Array (const Array< F32, FromN, FromA > &a) noexcept |
| |
| constexpr | Array (const Array< F32, FromN, alignof(F32) > &a, ArgsT &&... args) noexcept |
| |
| constexpr | Array (const Array< F32, FromN, FromA > &a, ArgsT &&... args) noexcept |
| |
| constexpr | Array (const Array &a) noexcept=default |
| |
| constexpr | Array (Array &&a) noexcept=default |
| |
| constexpr | Array (const Array< FromT, N, FromA > &a) noexcept |
| |
| | ~Array ()=default |
| |
| Array & | operator= (const Array &a) noexcept=default |
| |
| Array & | operator= (Array &&a) noexcept=default |
| |
A struct of UV texture coordinates.