JunkBox_Lib++ (for Windows) 1.10.1
|
#include <Rotation.h>
Public Member Functions | |
Quaternion (void) | |
Quaternion (T S, T X, T Y, T Z, T N=(T) 0.0, T C=(T) 1.0) | |
Quaternion (T S, Vector< T > v) | |
virtual | ~Quaternion (void) |
T | norm (void) |
void | normalize (void) |
void | set (T S, T X, T Y, T Z, T N=(T) 0.0, T C=(T) 1.0) |
void | init (T C=(T) 1.0) |
Vector< T > | getVector () |
T | getScalar () |
T | getAngle () |
0〜2π | |
T | getMathAngle () |
-π〜π | |
Matrix< T > | getRotMatrix () |
void | setRotation (T e, Vector< T > v) |
void | setRotation (T e, T X, T Y, T Z, T N=(T) 0.0) |
void | setRotate (T e, Vector< T > v) |
void | setRotate (T e, T X, T Y, T Z, T N=(T) 0.0) |
void | setExtEulerXYZ (Vector< T > e) |
X->Y->Z. | |
void | setExtEulerZYX (Vector< T > e) |
Z->Y->X. | |
void | setExtEulerXZY (Vector< T > e) |
X->Z->Y. | |
void | setExtEulerYZX (Vector< T > e) |
Y->Z->X. | |
void | setExtEulerYXZ (Vector< T > e) |
Y->X->Z. | |
void | setExtEulerZXY (Vector< T > e) |
Z->X->Y. | |
Vector< T > | getExtEulerXYZ (Vector< T > *vt=NULL) |
Vector< T > | getExtEulerZYX (Vector< T > *vt=NULL) |
Vector< T > | getExtEulerXZY (Vector< T > *vt=NULL) |
Vector< T > | getExtEulerYZX (Vector< T > *vt=NULL) |
Vector< T > | getExtEulerYXZ (Vector< T > *vt=NULL) |
Vector< T > | getExtEulerZXY (Vector< T > *vt=NULL) |
Vector< T > | execRotation (Vector< T > v) |
Exec Rotation qv(~q) | |
Vector< T > | execInvRotation (Vector< T > v) |
Exec Inv Rotation (~q)vq. | |
Vector< T > | execRotate (Vector< T > v) |
Vector< T > | execInvRotate (Vector< T > v) |
Public Attributes | |
T | s |
cos(θ/2) | |
T | x |
x 成分 | |
T | y |
y 成分 | |
T | z |
z 成分 | |
T | n |
ノルム | |
T | c |
信頼度 | |
class DllExport Quaternion
クォータニオンの定義
回転の合成:A*B => Bの回転 -> Aの回転
Definition at line 43 of file Rotation.h.
|
inline |
Definition at line 55 of file Rotation.h.
|
inline |
Definition at line 56 of file Rotation.h.
|
inline |
Definition at line 57 of file Rotation.h.
|
inlinevirtual |
Definition at line 58 of file Rotation.h.
Definition at line 97 of file Rotation.h.
Definition at line 480 of file Rotation.h.
References Vector< T >::d, and Quaternion< T >::getVector().
Definition at line 96 of file Rotation.h.
Definition at line 466 of file Rotation.h.
References Vector< T >::d, and Quaternion< T >::getVector().
Referenced by ContourTriData::execRotate().
|
inline |
Definition at line 68 of file Rotation.h.
Definition at line 87 of file Rotation.h.
Definition at line 89 of file Rotation.h.
Definition at line 91 of file Rotation.h.
Definition at line 90 of file Rotation.h.
Definition at line 92 of file Rotation.h.
Definition at line 88 of file Rotation.h.
|
inline |
Definition at line 69 of file Rotation.h.
Referenced by jbxl::SlerpQuaternion().
Matrix< T > getRotMatrix | ( | ) |
ベクトルを回転させる場合の回転行列を求める. 座標軸の回転の場合は共役クォータニオンで計算する.
Definition at line 445 of file Rotation.h.
References Matrix< T >::element().
Referenced by jbxl::Quaternion2ExtEulerXYZ(), jbxl::Quaternion2ExtEulerXZY(), jbxl::Quaternion2ExtEulerYXZ(), jbxl::Quaternion2ExtEulerYZX(), jbxl::Quaternion2ExtEulerZXY(), and jbxl::Quaternion2ExtEulerZYX().
|
inline |
Definition at line 67 of file Rotation.h.
|
inline |
Definition at line 66 of file Rotation.h.
Referenced by Quaternion< T >::execInvRotation(), Quaternion< T >::execRotation(), and jbxl::SlerpQuaternion().
|
inline |
Definition at line 64 of file Rotation.h.
Referenced by AffineTrans< T >::initRotation(), jbxl::operator*(), jbxl::operator*(), and jbxl::operator*().
|
inline |
void normalize | ( | void | ) |
Definition at line 288 of file Rotation.h.
References jbxl::Zero_Eps.
Referenced by jbxl::SlerpQuaternion().
void set | ( | T | S, |
T | X, | ||
T | Y, | ||
T | Z, | ||
T | N = (T)0.0, | ||
T | C = (T)1.0 ) |
Definition at line 273 of file Rotation.h.
Referenced by CBVHTool::getQuaternion(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), AffineTrans< T >::setRotation(), and jbxl::V2VQuaternion().
void setExtEulerXYZ | ( | Vector< T > | e | ) |
Definition at line 356 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerXYZ2Quaternion(), and jbxl::RotMatrix2Quaternion().
void setExtEulerXZY | ( | Vector< T > | e | ) |
Definition at line 390 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerXZY2Quaternion().
void setExtEulerYXZ | ( | Vector< T > | e | ) |
Definition at line 407 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerYXZ2Quaternion().
void setExtEulerYZX | ( | Vector< T > | e | ) |
template <typename T> void Quaternion<T>::setExtEulerYZX(Vector<T> e)
Y->Z->X の順にオイラー角でベクトルを回転させる場合のクオータニオンを計算する.
e | オイラー角の成分.作用させる順番に格納する. この場合, e.xはY軸回転,e.yはZ軸回転,e.z はX軸回転のそれぞれの回転角(ラジアン)を格納する. |
Definition at line 339 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerYZX2Quaternion().
void setExtEulerZXY | ( | Vector< T > | e | ) |
Definition at line 424 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerZXY2Quaternion().
void setExtEulerZYX | ( | Vector< T > | e | ) |
Definition at line 373 of file Rotation.h.
References Vector< T >::element1(), Vector< T >::element2(), Vector< T >::element3(), and Quaternion< T >::setRotation().
Referenced by jbxl::ExtEulerZYX2Quaternion().
|
inline |
Definition at line 77 of file Rotation.h.
|
inline |
Definition at line 76 of file Rotation.h.
|
inline |
Definition at line 74 of file Rotation.h.
References Quaternion< T >::setRotation().
Referenced by Quaternion< T >::setRotation().
void setRotation | ( | T | e, |
Vector< T > | v ) |
回転を定義する
e | 回転角.ラジアン単位. |
v | 回転軸 |
Definition at line 311 of file Rotation.h.
References Vector< T >::n, Vector< T >::normalize(), PI, PI2, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by CBVHTool::getQuaternion(), Quaternion< T >::setExtEulerXYZ(), Quaternion< T >::setExtEulerXZY(), Quaternion< T >::setExtEulerYXZ(), Quaternion< T >::setExtEulerYZX(), Quaternion< T >::setExtEulerZXY(), Quaternion< T >::setExtEulerZYX(), jbxl::SlerpQuaternion(), and jbxl::V2VQuaternion().
T c |
Definition at line 52 of file Rotation.h.
Referenced by jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator~(), and jbxl::V2VQuaternion().
T n |
Definition at line 51 of file Rotation.h.
Referenced by jbxl::operator*(), jbxl::operator*(), jbxl::operator-(), jbxl::operator/(), jbxl::operator~(), jbxl::SlerpQuaternion(), and jbxl::V2VQuaternion().
T s |
Definition at line 46 of file Rotation.h.
Referenced by AffineTrans< T >::getRotationS(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator==(), jbxl::operator~(), jbxl::SlerpQuaternion(), jbxl::V2VQuaternion(), jbxl::VectorInvRotation(), jbxl::VectorInvRotation(), jbxl::VectorRotation(), and jbxl::VectorRotation().
T x |
Definition at line 47 of file Rotation.h.
Referenced by AffineTrans< T >::getRotationX(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator==(), jbxl::operator~(), jbxl::SlerpQuaternion(), jbxl::VectorInvRotation(), jbxl::VectorInvRotation(), jbxl::VectorRotation(), and jbxl::VectorRotation().
T y |
Definition at line 48 of file Rotation.h.
Referenced by AffineTrans< T >::getRotationY(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator==(), jbxl::operator~(), jbxl::SlerpQuaternion(), jbxl::VectorInvRotation(), jbxl::VectorInvRotation(), jbxl::VectorRotation(), and jbxl::VectorRotation().
T z |
Definition at line 49 of file Rotation.h.
Referenced by AffineTrans< T >::getRotationZ(), jbxl::operator!=(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator*(), jbxl::operator+(), jbxl::operator-(), jbxl::operator-(), jbxl::operator/(), jbxl::operator==(), jbxl::operator~(), jbxl::SlerpQuaternion(), jbxl::VectorInvRotation(), jbxl::VectorInvRotation(), jbxl::VectorRotation(), and jbxl::VectorRotation().