#include <external/RadixEngine/include/radix/core/math/Vector4f.hpp>
Inherits radix::Vector4f.
|
constexpr | Quaternion () |
|
| Quaternion (const btQuaternion &) |
|
Quaternion | operator* (const Quaternion &) const |
|
Quaternion & | operator*= (const Quaternion &) |
|
Vector3f | operator* (const Vector3f &) const |
|
Quaternion | operator/ (const Quaternion &) const =delete |
|
Quaternion & | operator/= (const Quaternion &)=delete |
|
Quaternion & | fromAxAngle (float x, float y, float z, float r) |
|
Quaternion & | fromAxAngle (const Vector3f &a, float r) |
|
Quaternion & | fromAxAngle (const Vector4f &a) |
|
Vector4f | toAxAngle () const |
|
Quaternion & | fromAero (float tetha, float phi, float psi) |
|
Quaternion & | fromAero (const Vector3f &) |
|
Vector3f | toAero () const |
|
Matrix4f | toMatrix () const |
|
std::string | toString () const |
|
constexpr | Vector4f () |
|
constexpr | Vector4f (float x, float y, float z, float w) |
|
constexpr | Vector4f (float v) |
|
| Vector4f (const Vector3f &, float w) |
|
| Vector4f (const Vector2f &, float z, float w) |
|
void | serialize (serine::Archiver &) |
|
constexpr Vector4f | operator- () const |
|
constexpr Vector4f | operator* (const Vector4f &v) const |
|
Vector4f & | operator*= (const Vector4f &v) |
|
constexpr Vector4f | operator* (float v) const |
|
Vector4f & | operator*= (float v) |
|
constexpr Vector4f | operator/ (const Vector4f &v) const |
|
Vector4f & | operator/= (const Vector4f &v) |
|
constexpr Vector4f | operator/ (float v) const |
|
Vector4f & | operator/= (float v) |
|
constexpr Vector4f | operator+ (const Vector4f &v) const |
|
Vector4f & | operator+= (const Vector4f &v) |
|
constexpr Vector4f | operator- (const Vector4f &v) const |
|
Vector4f & | operator-= (const Vector4f &v) |
|
bool | fuzzyEqual (const Vector4f &, float threshold=.01f) const |
|
std::string | toString () const |
|
| operator btVector4 () const |
|
| Vector4f (const btVector4 &) |
|
Vector4f & | operator= (const btVector4 &) |
|
| operator btQuaternion () const |
|
| Vector4f (const btQuaternion &) |
|
Vector4f & | operator= (const btQuaternion &) |
|
constexpr radix::Quaternion::Quaternion |
( |
| ) |
|
|
inline |
radix::Quaternion::Quaternion |
( |
const btQuaternion & |
v | ) |
|
Quaternion & radix::Quaternion::fromAero |
( |
float |
tetha, |
|
|
float |
phi, |
|
|
float |
psi |
|
) |
| |
Quaternion & radix::Quaternion::fromAxAngle |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
r |
|
) |
| |
Vector3f radix::Quaternion::toAero |
( |
| ) |
const |
Vector4f radix::Quaternion::toAxAngle |
( |
| ) |
const |
Matrix4f radix::Quaternion::toMatrix |
( |
| ) |
const |
std::string radix::Quaternion::toString |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: