4-dimensional float
-based vector/point storage and manipulation struct
More...
#include <external/RadixEngine/include/radix/core/math/Vector4f.hpp>
Inherits Serializable.
Inherited by radix::Quaternion.
4-dimensional float
-based vector/point storage and manipulation struct
constexpr radix::Vector4f::Vector4f |
( |
| ) |
|
|
inline |
constexpr radix::Vector4f::Vector4f |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
w |
|
) |
| |
|
inline |
constexpr radix::Vector4f::Vector4f |
( |
float |
v | ) |
|
|
inline |
radix::Vector4f::Vector4f |
( |
const Vector3f & |
v, |
|
|
float |
w |
|
) |
| |
radix::Vector4f::Vector4f |
( |
const Vector2f & |
v, |
|
|
float |
z, |
|
|
float |
w |
|
) |
| |
radix::Vector4f::Vector4f |
( |
const btVector4 & |
v | ) |
|
radix::Vector4f::Vector4f |
( |
const btQuaternion & |
q | ) |
|
bool radix::Vector4f::fuzzyEqual |
( |
const Vector4f & |
v, |
|
|
float |
threshold = .01f |
|
) |
| const |
radix::Vector4f::operator btQuaternion |
( |
| ) |
const |
radix::Vector4f::operator btVector4 |
( |
| ) |
const |
constexpr Vector4f radix::Vector4f::operator* |
( |
float |
v | ) |
const |
|
inline |
Vector4f& radix::Vector4f::operator*= |
( |
float |
v | ) |
|
|
inline |
constexpr Vector4f radix::Vector4f::operator- |
( |
| ) |
const |
|
inline |
constexpr Vector4f radix::Vector4f::operator/ |
( |
float |
v | ) |
const |
|
inline |
Vector4f& radix::Vector4f::operator/= |
( |
float |
v | ) |
|
|
inline |
Vector4f & radix::Vector4f::operator= |
( |
const btVector4 & |
v | ) |
|
Vector4f & radix::Vector4f::operator= |
( |
const btQuaternion & |
q | ) |
|
void radix::Vector4f::serialize |
( |
serine::Archiver & |
ar | ) |
|
std::string radix::Vector4f::toString |
( |
| ) |
const |
|
inline |
float radix::Vector4f::attitude |
float radix::Vector4f::azimuth |
float radix::Vector4f::bank |
float radix::Vector4f::elevation |
float radix::Vector4f::heading |
float radix::Vector4f::phi |
float radix::Vector4f::pitch |
float radix::Vector4f::psi |
float radix::Vector4f::roll |
float radix::Vector4f::tetha |
float radix::Vector4f::tilt |
float radix::Vector4f::yaw |
The documentation for this class was generated from the following files: