#include <NuxCore/Math/Quaternion.h>
Constructor & Destructor Documentation
| nux::Quaternion::Quaternion |
( |
| ) |
|
| nux::Quaternion::Quaternion |
( |
const Quaternion & |
s | ) |
|
| nux::Quaternion::Quaternion |
( |
const Vector3 & |
vec, |
|
|
float |
angle |
|
) |
| |
| nux::Quaternion::Quaternion |
( |
const Vector4 & |
vec | ) |
|
| nux::Quaternion::~Quaternion |
( |
| ) |
|
Member Function Documentation
| void nux::Quaternion::Conjugate |
( |
| ) |
|
| void nux::Quaternion::GetAngleAxis |
( |
Vector3 & |
axis, |
|
|
t_float & |
angle_radian |
|
) |
| const |
| Matrix4 nux::Quaternion::GetMatrix |
( |
| ) |
const |
| void nux::Quaternion::Inverse |
( |
| ) |
|
| t_float nux::Quaternion::Length |
( |
| ) |
const |
| void nux::Quaternion::Normalize |
( |
| ) |
|
| bool nux::Quaternion::operator!= |
( |
const Quaternion & |
| ) |
const |
| bool nux::Quaternion::operator== |
( |
const Quaternion & |
| ) |
const |
Friends And Related Function Documentation
Field Documentation
The documentation for this class was generated from the following file: