13 #ifndef _FBXSDK_CORE_MATH_AFFINE_MATRIX_H_ 14 #define _FBXSDK_CORE_MATH_AFFINE_MATRIX_H_ 66 double Get(
int pY,
int pX)
const;
301 operator const double* ()
const;
305 inline kDouble44 &
Double44()
const {
return *((kDouble44 *)&mData[0][0]); }
315 #ifndef DOXYGEN_SHOULD_SKIP_THIS 327 void SetR(
const FbxVector4& pV,
const int pOrd);
332 bool IsRightHand()
const;
333 double Determinant()
const;
FBX SDK environment definition.
const double(kDouble44)[4][4]
Define 4*4 array as a new type.
FBX SDK quaternion class.
A four double mathematic vector class.
FBX SDK affine matrix class.
bool operator==(const FbxVectorTemplate4< T > &pVector) const
FbxVectorTemplate4< T > & operator=(const T &pValue)
bool operator!=(const FbxVectorTemplate4< T > &pVector) const
kDouble44 & Double44() const
Cast the matrix in a reference to a 4*4 array.