#include <math.hpp>
Inherits LiteFX::Math::Vector< Float, 4 >.
|
| RectF () noexcept |
|
| RectF (const Vector< Float, 2 > &pos, const Float &w, const Float &h) noexcept |
|
| RectF (const Float &x, const Float &y, const Float &w, const Float &h) noexcept |
|
| RectF (const RectF &) noexcept |
|
| RectF (RectF &&) noexcept |
|
RectF & | operator= (const RectF &_other) noexcept |
|
RectF & | operator= (RectF &&_other) noexcept |
|
Vector< Float, 2 > | position () const noexcept |
|
Size2d | extent () const noexcept |
|
const Float & | width () const noexcept |
|
Float & | width () noexcept |
|
const Float & | height () const noexcept |
|
Float & | height () noexcept |
|
| Vector () noexcept=default |
|
| Vector (const Float &val) noexcept |
|
| Vector (const vec_type &_other) noexcept |
|
| Vector (vec_type &&_other) noexcept |
|
Vector< Float, DIM > & | operator= (const Vector< Float, DIM > &_other) noexcept |
|
Vector< Float, DIM > & | operator= (Vector< Float, DIM > &&_other) noexcept |
|
const Float & | operator[] (const unsigned int &i) const noexcept |
|
Float & | 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 |
|
◆ RectF() [1/5]
◆ RectF() [2/5]
◆ RectF() [3/5]
◆ RectF() [4/5]
RectF::RectF |
( |
const RectF & |
_other | ) |
|
|
noexcept |
◆ RectF() [5/5]
RectF::RectF |
( |
RectF && |
_other | ) |
|
|
noexcept |
◆ extent()
Size2d RectF::extent |
( |
| ) |
const |
|
inlinenoexcept |
◆ height() [1/2]
const Float & RectF::height |
( |
| ) |
const |
|
inlinenoexcept |
◆ height() [2/2]
Float & RectF::height |
( |
| ) |
|
|
inlinenoexcept |
◆ operator=() [1/2]
RectF & LiteFX::Math::RectF::operator= |
( |
const RectF & |
_other | ) |
|
|
inlinenoexcept |
◆ operator=() [2/2]
◆ position()
◆ width() [1/2]
const Float & RectF::width |
( |
| ) |
const |
|
inlinenoexcept |
◆ width() [2/2]