add(const value_type dx, const value_type dy, const value_type dz, const value_type dw) noexcept | jau::math::Vector4F< Value_type, > | inline |
begin() noexcept | jau::math::Vector4F< Value_type, > | inline |
byte_size | jau::math::Vector4F< Value_type, > | static |
cbegin() const noexcept | jau::math::Vector4F< Value_type, > | inline |
components | jau::math::Vector4F< Value_type, > | static |
const_iterator typedef | jau::math::Vector4F< Value_type, > | |
const_pointer typedef | jau::math::Vector4F< Value_type, > | |
const_reference typedef | jau::math::Vector4F< Value_type, > | |
dist(const Vector4F &o) const noexcept | jau::math::Vector4F< Value_type, > | inline |
dist_sq(const Vector4F &o) const noexcept | jau::math::Vector4F< Value_type, > | inline |
get(iterator xyzw) const noexcept | jau::math::Vector4F< Value_type, > | inline |
getVec3(Vec3 &out) const noexcept | jau::math::Vector4F< Value_type, > | inline |
intersects(const Vector4F &o) const noexcept | jau::math::Vector4F< Value_type, > | inline |
is_zero() const noexcept | jau::math::Vector4F< Value_type, > | inline |
iterator typedef | jau::math::Vector4F< Value_type, > | |
length() const noexcept | jau::math::Vector4F< Value_type, > | inline |
length_sq() const noexcept | jau::math::Vector4F< Value_type, > | inline |
mul(const value_type sx, const value_type sy, const value_type sz, const value_type sw) noexcept | jau::math::Vector4F< Value_type, > | inline |
normalize() noexcept | jau::math::Vector4F< Value_type, > | inline |
one | jau::math::Vector4F< Value_type, > | static |
operator const_pointer() const noexcept | jau::math::Vector4F< Value_type, > | inlineexplicit |
operator pointer() noexcept | jau::math::Vector4F< Value_type, > | inlineexplicit |
operator*=(const value_type s) noexcept | jau::math::Vector4F< Value_type, > | inline |
operator+=(const Vector4F &rhs) noexcept | jau::math::Vector4F< Value_type, > | inline |
operator-=(const Vector4F &rhs) noexcept | jau::math::Vector4F< Value_type, > | inline |
operator/=(const value_type s) noexcept | jau::math::Vector4F< Value_type, > | inline |
operator=(const Vector4F &) noexcept=default | jau::math::Vector4F< Value_type, > | |
operator=(Vector4F &&) noexcept=default | jau::math::Vector4F< Value_type, > | |
operator==(const Vector4F &rhs) const noexcept | jau::math::Vector4F< Value_type, > | inline |
operator[](size_t i) const noexcept | jau::math::Vector4F< Value_type, > | inline |
operator[](size_t i) noexcept | jau::math::Vector4F< Value_type, > | inline |
pointer typedef | jau::math::Vector4F< Value_type, > | |
reference typedef | jau::math::Vector4F< Value_type, > | |
scale(const value_type s) noexcept | jau::math::Vector4F< Value_type, > | inline |
set(const Vec3f &o, const value_type w_) noexcept | jau::math::Vector4F< Value_type, > | inline |
set(const value_type vx, const value_type vy, const value_type vz, const value_type vw) noexcept | jau::math::Vector4F< Value_type, > | inline |
set(const_iterator xyzw) noexcept | jau::math::Vector4F< Value_type, > | inline |
toString() const noexcept | jau::math::Vector4F< Value_type, > | inline |
value_type typedef | jau::math::Vector4F< Value_type, > | |
Vec3 typedef | jau::math::Vector4F< Value_type, > | |
Vector4F() noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(const value_type v) noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(const value_type x_, const value_type y_, const value_type z_, const value_type w_) noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(const Vec3 &o3, const value_type w_) noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(const_iterator v) noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(std::initializer_list< value_type > v) noexcept | jau::math::Vector4F< Value_type, > | inline |
Vector4F(const Vector4F &o) noexcept=default | jau::math::Vector4F< Value_type, > | |
Vector4F(Vector4F &&o) noexcept=default | jau::math::Vector4F< Value_type, > | |
w | jau::math::Vector4F< Value_type, > | |
x | jau::math::Vector4F< Value_type, > | |
y | jau::math::Vector4F< Value_type, > | |
z | jau::math::Vector4F< Value_type, > | |
zero | jau::math::Vector4F< Value_type, > | static |