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