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