#include <math.hpp>
Inherits LiteFX::Math::Vector< Int32, 4 >.
|
| RectI () noexcept |
|
| RectI (const Vector< Int32, 2 > &pos, const Int32 &w, const Int32 &h) noexcept |
|
| RectI (const Int32 &x, const Int32 &y, const Int32 &w, const Int32 &h) noexcept |
|
| RectI (const RectI &) noexcept |
|
| RectI (RectI &&) noexcept |
|
RectI & | operator= (const RectI &_other) noexcept |
|
RectI & | operator= (RectI &&_other) noexcept |
|
Vector< Int32, 2 > | position () const noexcept |
|
Size2d | extent () const noexcept |
|
const Int32 & | width () const noexcept |
|
Int32 & | width () noexcept |
|
const Int32 & | height () const noexcept |
|
Int32 & | height () noexcept |
|
| Vector () noexcept=default |
|
| Vector (const Int32 &val) noexcept |
|
| Vector (const vec_type &_other) noexcept |
|
| Vector (vec_type &&_other) noexcept |
|
Vector< Int32, DIM > & | operator= (const Vector< Int32, DIM > &_other) noexcept |
|
Vector< Int32, DIM > & | operator= (Vector< Int32, DIM > &&_other) noexcept |
|
const Int32 & | operator[] (const unsigned int &i) const noexcept |
|
Int32 & | operator[] (const unsigned int &i) noexcept |
|
const scalar_type * | elements () const noexcept |
|
int | size () const noexcept |
|
const scalar_type & | x () const noexcept |
|
scalar_type & | x () noexcept |
|
const scalar_type & | y () const noexcept |
|
scalar_type & | y () noexcept |
|
const scalar_type & | z () const noexcept |
|
scalar_type & | z () noexcept |
|
const scalar_type & | w () const noexcept |
|
scalar_type & | w () noexcept |
|
◆ RectI() [1/5]
◆ RectI() [2/5]
◆ RectI() [3/5]
◆ RectI() [4/5]
RectI::RectI |
( |
const RectI & |
_other | ) |
|
|
noexcept |
◆ RectI() [5/5]
RectI::RectI |
( |
RectI && |
_other | ) |
|
|
noexcept |
◆ extent()
Size2d RectI::extent |
( |
| ) |
const |
|
inlinenoexcept |
◆ height() [1/2]
const Int32 & RectI::height |
( |
| ) |
const |
|
inlinenoexcept |
◆ height() [2/2]
Int32 & RectI::height |
( |
| ) |
|
|
inlinenoexcept |
◆ operator=() [1/2]
RectI & LiteFX::Math::RectI::operator= |
( |
const RectI & |
_other | ) |
|
|
inlinenoexcept |
◆ operator=() [2/2]
◆ position()
◆ width() [1/2]
const Int32 & RectI::width |
( |
| ) |
const |
|
inlinenoexcept |
◆ width() [2/2]