#include <math.hpp>
Inherits LiteFX::Math::Vector< Float, 4 >.
|
| Vector4f () noexcept |
|
| Vector4f (const Float &v) noexcept |
|
| Vector4f (const Float &x, const Float &y, const Float &z, const Float &w) noexcept |
|
| Vector4f (const Vector4f &) noexcept |
|
| Vector4f (const Vector< Float, 4 > &) noexcept |
|
| Vector4f (Vector4f &&) noexcept |
|
| Vector4f (Vector< Float, 4 > &&) noexcept |
|
Vector4f & | operator= (const Vector< Float, 4 > &_other) noexcept |
|
Vector4f & | operator= (Vector< Float, 4 > &&_other) noexcept |
|
Vector4f & | operator= (const Array< Float > &_other) noexcept |
|
Vector4f & | operator= (const Vector4f &_other) noexcept |
|
Vector4f & | operator= (Vector4f &&_other) noexcept |
|
const Float & | operator[] (const unsigned int &i) const noexcept |
|
Float & | operator[] (const unsigned int &i) noexcept |
|
| operator Array< Float > () 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 |
|
◆ Vector4f() [1/7]
◆ Vector4f() [2/7]
Vector4f::Vector4f |
( |
const Float & |
v | ) |
|
|
noexcept |
◆ Vector4f() [3/7]
◆ Vector4f() [4/7]
Vector4f::Vector4f |
( |
const Vector4f & |
_v | ) |
|
|
noexcept |
◆ Vector4f() [5/7]
◆ Vector4f() [6/7]
◆ Vector4f() [7/7]
◆ operator Array< Float >()
◆ operator=() [1/5]
◆ operator=() [2/5]
◆ operator=() [3/5]
◆ operator=() [4/5]
◆ operator=() [5/5]
◆ operator[]() [1/2]
const Float & Vector4f::operator[] |
( |
const unsigned int & |
i | ) |
const |
|
inlinenoexcept |
◆ operator[]() [2/2]
Float & Vector4f::operator[] |
( |
const unsigned int & |
i | ) |
|
|
inlinenoexcept |