Assimp
v3.1.1 (June 2014)
|
Inline implementation of aiVector3t<TReal> operators. More...
Macros | |
#define | AI_VECTOR3D_INL_INC |
Functions | |
template<typename TReal > | |
aiVector3t< TReal > | operator* (const aiMatrix3x3t< TReal > &pMatrix, const aiVector3t< TReal > &pVector) |
Transformation of a vector by a 3x3 matrix. More... | |
template<typename TReal > | |
aiVector3t< TReal > | operator* (const aiMatrix4x4t< TReal > &pMatrix, const aiVector3t< TReal > &pVector) |
Transformation of a vector by a 4x4 matrix. More... | |
template<typename TReal > | |
AI_FORCE_INLINE TReal | operator* (const aiVector3t< TReal > &v1, const aiVector3t< TReal > &v2) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator* (TReal f, const aiVector3t< TReal > &v) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator* (const aiVector3t< TReal > &v, TReal f) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator+ (const aiVector3t< TReal > &v1, const aiVector3t< TReal > &v2) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator- (const aiVector3t< TReal > &v1, const aiVector3t< TReal > &v2) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator- (const aiVector3t< TReal > &v) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator/ (const aiVector3t< TReal > &v, TReal f) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator/ (const aiVector3t< TReal > &v, const aiVector3t< TReal > &v2) |
template<typename TReal > | |
AI_FORCE_INLINE aiVector3t< TReal > | operator^ (const aiVector3t< TReal > &v1, const aiVector3t< TReal > &v2) |
Detailed Description
Inline implementation of aiVector3t<TReal> operators.
Macro Definition Documentation
#define AI_VECTOR3D_INL_INC |
Function Documentation
template<typename TReal >
|
inline |
Transformation of a vector by a 3x3 matrix.
template<typename TReal >
|
inline |
Transformation of a vector by a 4x4 matrix.
template<typename TReal >
AI_FORCE_INLINE TReal operator* | ( | const aiVector3t< TReal > & | v1, |
const aiVector3t< TReal > & | v2 | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator* | ( | TReal | f, |
const aiVector3t< TReal > & | v | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator* | ( | const aiVector3t< TReal > & | v, |
TReal | f | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator+ | ( | const aiVector3t< TReal > & | v1, |
const aiVector3t< TReal > & | v2 | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator- | ( | const aiVector3t< TReal > & | v1, |
const aiVector3t< TReal > & | v2 | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator- | ( | const aiVector3t< TReal > & | v | ) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator/ | ( | const aiVector3t< TReal > & | v, |
TReal | f | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator/ | ( | const aiVector3t< TReal > & | v, |
const aiVector3t< TReal > & | v2 | ||
) |
template<typename TReal >
AI_FORCE_INLINE aiVector3t<TReal> operator^ | ( | const aiVector3t< TReal > & | v1, |
const aiVector3t< TReal > & | v2 | ||
) |
Generated on Sun Feb 21 2016 19:42:29 for Assimp by 1.8.11