sandbox
|
Public Member Functions | |
render_area (const math::vector2u &extent=math::vector2u{}, const math::vector2i &offset=math::vector2i{}) noexcept | |
auto | operator== (const render_area &other) const noexcept -> bool |
auto | extent () const noexcept -> const math::vector2u & |
auto | set_extent (const math::vector2u &extent) noexcept -> void |
auto | offset () const noexcept -> const math::vector2i & |
auto | set_offset (const math::vector2i &offset) noexcept -> void |
auto | aspect_ratio () const noexcept -> std::float_t |
auto | set_aspect_ratio (std::float_t aspect_ratio) noexcept -> void |