Represents SF containing 2 floats. More...
#include <Vec2f.hpp>
Public Member Functions | |
Vec2f (float32_t u, float32_t v) | |
Vec2f (Vec2f &&other) noexcept | |
Vec2f & | operator= (Vec2f &&other) noexcept |
Vec2f (const Vec2f &)=default | |
Vec2f & | operator= (const Vec2f &)=default |
Public Attributes | |
float32_t | u |
float32_t | v |
Represents SF containing 2 floats.