JunkBox_Lib++ (for Windows) 1.10.1
|
#include <AffineTrans.h>
Public Member Functions | |
AffineTrans (void) | |
virtual | ~AffineTrans (void) |
void | init (void) |
void | setup (void) |
void | initComponents (void) |
void | set (Vector< T > s, Quaternion< T > q, Vector< T > t) |
void | free (void) |
void | clear (void) |
void | dup (AffineTrans a) |
AffineTrans< T > | dup (void) |
void | clean_matrix (void) |
void | clean_components (void) |
void | changed_matrix (void) |
void | changed_components (void) |
bool | is_changed_matrix (void) |
bool | is_changed_components (void) |
bool | need_compute_matrix (void) |
bool | need_compute_components (void) |
void | computeMatrix (bool with_scale=true) |
void | computeComponents (void) |
void | initShift (void) |
void | initScale (void) |
void | initRotation (void) |
void | setShift (T x, T y, T z) |
void | setScale (T x, T y, T z) |
void | setRotation (T s, T x, T y, T z) |
void | setShift (Vector< T > v) |
void | setScale (Vector< T > v) |
void | setRotation (Quaternion< T > q) |
void | addShift (T x, T y, T z) |
void | addScale (T x, T y, T z) |
void | addRotation (T s, T x, T y, T z) |
void | addShift (Vector< T > v) |
void | addScale (Vector< T > v) |
void | addRotation (Quaternion< T > q) |
void | setMatrix (int i, int j, T v) |
T | getMatrix (int i, int j) |
void | element (int i, int j, T v) |
T | element (int i, int j) |
T | getShiftX (void) |
T | getShiftY (void) |
T | getShiftZ (void) |
T | getScaleX (void) |
T | getScaleY (void) |
T | getScaleZ (void) |
T | getRotationS (void) |
T | getRotationX (void) |
T | getRotationY (void) |
T | getRotationZ (void) |
Vector< T > | getScale (void) |
Quaternion< T > | getRotation (void) |
Vector< T > | getShift (void) |
Matrix< T > | getMatrix (void) |
Matrix< T > | getRotationMatrix (void) |
AffineTrans< T > | getInverseAffine (void) |
void | affineMatrixAfter (AffineTrans< T > a) |
void | affineMatrixBefore (AffineTrans< T > a) |
bool | isSetComponents (void) |
bool | isSetShift (void) |
bool | isSetScale (void) |
bool | isSetRotation (void) |
bool | isNormal (void) |
Vector< T > | execMatrixTrans (Vector< T > v) |
Vector< T > | execTrans (Vector< T > v) |
Vector< T > | execInvTrans (Vector< T > v) |
Vector< T > | execRotationScale (Vector< T > v) |
Vector< T > | execInvRotationScale (Vector< T > v) |
Vector< T > | execShift (Vector< T > v) |
Vector< T > | execInvShift (Vector< T > v) |
Vector< T > | execScale (Vector< T > v) |
Vector< T > | execInvScale (Vector< T > v) |
Vector< T > | execRotation (Vector< T > v) |
Vector< T > | execInvRotation (Vector< T > v) |
void | printMatrix (void) |
void | printComponents (void) |
Private Attributes | |
Matrix< T > | matrix |
Vector< T > | shift |
Vector< T > | scale |
Quaternion< T > | rotate |
bool | _changed_matrix |
bool | _changed_components |
アフィン変換 拡大縮小,回転,平行移動(のみ)
変換の合成:A*B => Bの変換 -> Aの変換
Definition at line 27 of file AffineTrans.h.
|
inline |
Definition at line 41 of file AffineTrans.h.
|
inlinevirtual |
Definition at line 42 of file AffineTrans.h.
|
inline |
Definition at line 84 of file AffineTrans.h.
|
inline |
Definition at line 80 of file AffineTrans.h.
|
inline |
Definition at line 79 of file AffineTrans.h.
References Vector< T >::x, Vector< T >::y, and Vector< T >::z.
|
inline |
Definition at line 83 of file AffineTrans.h.
|
inline |
Definition at line 78 of file AffineTrans.h.
References Vector< T >::x, Vector< T >::y, and Vector< T >::z.
|
inline |
Definition at line 82 of file AffineTrans.h.
void affineMatrixAfter | ( | AffineTrans< T > | a | ) |
template <typename T> void AffineTrans<T>::affineMatrixAfter(AffineTrans<T> a)
this = (*this) * a を Matrix のままで計算する.
Definition at line 274 of file AffineTrans.h.
References AffineTrans< T >::element(), and AffineTrans< T >::free().
Referenced by GLTFData::addNodes(), GLTFData::addRootNode(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), GLTFData::createBinDataIBM(), and GLTFData::createShellGeometryData().
void affineMatrixBefore | ( | AffineTrans< T > | a | ) |
template <typename T> void AffineTrans<T>::affineMatrixBefore(AffineTrans<T> a)
this = a * (*this) を Matrix のままで計算する.
Definition at line 302 of file AffineTrans.h.
References AffineTrans< T >::element(), and AffineTrans< T >::free().
Referenced by GLTFData::addNodes(), GLTFData::addShell(), and GLTFData::addSkeletonNodes().
|
inline |
Definition at line 57 of file AffineTrans.h.
|
inline |
Definition at line 56 of file AffineTrans.h.
|
inline |
Definition at line 55 of file AffineTrans.h.
|
inline |
Definition at line 54 of file AffineTrans.h.
|
inline |
Definition at line 50 of file AffineTrans.h.
void computeComponents | ( | void | ) |
Definition at line 369 of file AffineTrans.h.
References Matrix< T >::element(), Matrix< T >::free(), and PRINT_MESG.
Referenced by GLTFData::addRootNode(), GLTFData::addSkeletonNodes(), GLTFData::getAffineBaseTrans4Engine(), AffineTrans< T >::getInverseAffine(), and jbxl::operator*().
void computeMatrix | ( | bool | with_scale = true | ) |
Definition at line 326 of file AffineTrans.h.
References Matrix< T >::element(), Matrix< T >::free(), and PRINT_MESG.
Referenced by ColladaXML::addCenterScene(), GLTFData::addNodes(), GLTFData::addRootNode(), ColladaXML::addScene(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), GLTFData::createBinDataIBM(), GLTFData::createShellGeometryData(), jbxl::operator*(), and ColladaXML::setJointLocationMatrix().
void dup | ( | AffineTrans< T > | a | ) |
Referenced by AffineTrans< T >::dup(), jbxl::newAffineTrans(), FBXData::setAffineTrans(), MeshObjectData::setAffineTrans(), and OBJData::setAffineTrans().
AffineTrans< T > dup | ( | void | ) |
Definition at line 200 of file AffineTrans.h.
References AffineTrans< T >::dup().
|
inline |
Definition at line 89 of file AffineTrans.h.
|
inline |
Definition at line 88 of file AffineTrans.h.
Referenced by ColladaXML::addCenterScene(), ColladaXML::addController(), GLTFData::addNodes(), GLTFData::addRootNode(), ColladaXML::addScene(), GLTFData::addSkeletonNodes(), AffineTrans< T >::affineMatrixAfter(), AffineTrans< T >::affineMatrixBefore(), GLTFData::createBinDataIBM(), GLTFData::createShellGeometryData(), GLTFData::getAffineBaseTrans4Engine(), jbxl::operator*(), and ColladaXML::setJointLocationMatrix().
Definition at line 133 of file AffineTrans.h.
References jbxl::VectorInvRotation().
Definition at line 126 of file AffineTrans.h.
Definition at line 131 of file AffineTrans.h.
References Vector< T >::c, Min, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Definition at line 129 of file AffineTrans.h.
References Vector< T >::c, Min, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Definition at line 123 of file AffineTrans.h.
Definition at line 408 of file AffineTrans.h.
References Matrix< T >::free(), Matrix< T >::mx, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Definition at line 132 of file AffineTrans.h.
References jbxl::VectorRotation().
Referenced by BrepSolidList::addSolid(), and OBJData::execAffineTrans().
Definition at line 125 of file AffineTrans.h.
Referenced by ColladaXML::addScene(), and GLTFData::addSkeletonNodes().
Definition at line 130 of file AffineTrans.h.
References Vector< T >::c, Min, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Definition at line 128 of file AffineTrans.h.
References Vector< T >::c, Min, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Definition at line 122 of file AffineTrans.h.
Referenced by BrepSolidList::addSolid(), and OBJData::execAffineTrans().
|
inline |
Definition at line 49 of file AffineTrans.h.
Referenced by ColladaXML::addCenterScene(), GLTFData::addNodes(), ColladaXML::addScene(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), AffineTrans< T >::affineMatrixAfter(), AffineTrans< T >::affineMatrixBefore(), GLTFData::createBinDataIBM(), GLTFData::createShellGeometryData(), ColladaXML::free(), SkinJointData::free(), FBXData::free(), GLTFData::free(), and jbxl::freeAffineTrans().
AffineTrans< T > getInverseAffine | ( | void | ) |
Definition at line 232 of file AffineTrans.h.
References AffineTrans< T >::computeComponents(), Matrix< T >::element(), Matrix< T >::free(), and AffineTrans< T >::matrix.
Referenced by GLTFData::addNodes(), ColladaXML::addScene(), GLTFData::addShell(), and GLTFData::addSkeletonNodes().
|
inline |
Definition at line 87 of file AffineTrans.h.
|
inline |
Definition at line 105 of file AffineTrans.h.
|
inline |
Definition at line 103 of file AffineTrans.h.
Matrix< T > getRotationMatrix | ( | void | ) |
Definition at line 211 of file AffineTrans.h.
References Matrix< T >::element(), and Matrix< T >::init().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 102 of file AffineTrans.h.
Referenced by FBXData::addShell(), OBJData::addShell(), ColladaXML::addTexcrdSource(), and GLTFData::execAffineUVMap().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 104 of file AffineTrans.h.
Referenced by ColladaXML::addScene(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), FBXData::execAffineTrans(), OBJData::execAffineTrans(), and ColladaXML::setJointLocationMatrix().
|
inline |
Definition at line 91 of file AffineTrans.h.
References Vector< T >::x.
Referenced by GLTFData::addSkeletonNodes().
|
inline |
Definition at line 92 of file AffineTrans.h.
References Vector< T >::y.
Referenced by GLTFData::addSkeletonNodes().
|
inline |
Definition at line 93 of file AffineTrans.h.
References Vector< T >::z.
Referenced by GLTFData::addSkeletonNodes().
|
inline |
Definition at line 44 of file AffineTrans.h.
Referenced by ColladaXML::addScene(), GLTFData::addShell(), ColladaXML::init(), SkinJointData::init(), FBXData::init(), and GLTFData::init().
|
inline |
Definition at line 46 of file AffineTrans.h.
|
inline |
Definition at line 68 of file AffineTrans.h.
References Quaternion< T >::init().
|
inline |
Definition at line 67 of file AffineTrans.h.
References Vector< T >::set().
|
inline |
Definition at line 66 of file AffineTrans.h.
References Vector< T >::init().
|
inline |
Definition at line 59 of file AffineTrans.h.
|
inline |
Definition at line 58 of file AffineTrans.h.
|
inline |
Definition at line 118 of file AffineTrans.h.
References JBXL_EPS, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
|
inline |
Definition at line 114 of file AffineTrans.h.
|
inline |
Definition at line 117 of file AffineTrans.h.
|
inline |
Definition at line 116 of file AffineTrans.h.
|
inline |
Definition at line 115 of file AffineTrans.h.
|
inline |
Definition at line 61 of file AffineTrans.h.
|
inline |
Definition at line 60 of file AffineTrans.h.
void printComponents | ( | void | ) |
Definition at line 445 of file AffineTrans.h.
References print_message().
void printMatrix | ( | void | ) |
Definition at line 432 of file AffineTrans.h.
References print_message().
|
inline |
Definition at line 48 of file AffineTrans.h.
|
inline |
Definition at line 86 of file AffineTrans.h.
|
inline |
Definition at line 76 of file AffineTrans.h.
|
inline |
Definition at line 72 of file AffineTrans.h.
References Quaternion< T >::set().
|
inline |
Definition at line 71 of file AffineTrans.h.
References Vector< T >::set().
|
inline |
Definition at line 75 of file AffineTrans.h.
|
inline |
Definition at line 70 of file AffineTrans.h.
References Vector< T >::set().
Referenced by ColladaXML::addScene(), GLTFData::addShell(), GLTFData::addSkeletonNodes(), and ColladaXML::setJointLocationMatrix().
|
inline |
Definition at line 74 of file AffineTrans.h.
|
inline |
Definition at line 45 of file AffineTrans.h.
|
private |
Definition at line 38 of file AffineTrans.h.
|
private |
Definition at line 37 of file AffineTrans.h.
Definition at line 30 of file AffineTrans.h.
Referenced by AffineTrans< T >::getInverseAffine().
|
private |
Definition at line 34 of file AffineTrans.h.
|
private |
Definition at line 33 of file AffineTrans.h.
|
private |
Definition at line 32 of file AffineTrans.h.