at(std::size_t i) -> float & | wren::math::Vec< float, 4 > | inline |
at(std::size_t i) const | wren::math::Vec< float, 4 > | inline |
data | wren::math::Vec< float, 4 > | |
dot(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
length() const | wren::math::Vec< float, 4 > | inline |
normalized() const | wren::math::Vec< float, 4 > | inline |
operator!=(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
operator*(float scalar) const | wren::math::Vec< float, 4 > | inline |
operator*(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
operator*=(float scalar) const | wren::math::Vec< float, 4 > | inline |
operator*=(const vec_t &other) | wren::math::Vec< float, 4 > | inline |
operator+(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
operator+=(const vec_t &other) | wren::math::Vec< float, 4 > | inline |
operator-(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
operator-() const | wren::math::Vec< float, 4 > | inline |
operator/(float scalar) const | wren::math::Vec< float, 4 > | inline |
operator==(const vec_t &other) const | wren::math::Vec< float, 4 > | inline |
UnitX() | wren::math::Vec< float, 4 > | inlinestatic |
UnitY() | wren::math::Vec< float, 4 > | inlinestatic |
UnitZ() | wren::math::Vec< float, 4 > | inlinestatic |
Vec() | wren::math::Vec< float, 4 > | inline |
Vec(std::array< float, N > data) | wren::math::Vec< float, 4 > | inline |
Vec(float scalar) | wren::math::Vec< float, 4 > | inline |
Vec4f() | wren::math::Vec4f | inline |
Vec4f(const auto &other) | wren::math::Vec4f | inline |
Vec4f(float x, float y, float z, float w) | wren::math::Vec4f | inline |
Vec4f(const Vec3f &vec, float w) | wren::math::Vec4f | inline |
Vec4f(const Vec< float, 4 > &other) | wren::math::Vec4f | inline |
vec_t typedef | wren::math::Vec< float, 4 > | |
w() const | wren::math::Vec4f | inline |
x() const | wren::math::Vec4f | inline |
y() const | wren::math::Vec4f | inline |
z() const | wren::math::Vec4f | inline |