Assimp: color4.inl File Reference

assimp - Open Asset Import Library

color4.inl File Reference

Inline implementation of aiColor4t<TReal> operators. More...

Macros

#define AI_COLOR4D_INL_INC
 

Functions

template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator* (const aiColor4t< TReal > &v1, const aiColor4t< TReal > &v2)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator* (TReal f, const aiColor4t< TReal > &v)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator* (const aiColor4t< TReal > &v, TReal f)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator+ (const aiColor4t< TReal > &v1, const aiColor4t< TReal > &v2)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator+ (const aiColor4t< TReal > &v, TReal f)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator+ (TReal f, const aiColor4t< TReal > &v)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator- (const aiColor4t< TReal > &v1, const aiColor4t< TReal > &v2)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator- (const aiColor4t< TReal > &v, TReal f)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator- (TReal f, const aiColor4t< TReal > &v)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator/ (const aiColor4t< TReal > &v1, const aiColor4t< TReal > &v2)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator/ (const aiColor4t< TReal > &v, TReal f)
 
template<typename TReal >
AI_FORCE_INLINE aiColor4t< TReal > operator/ (TReal f, const aiColor4t< TReal > &v)
 

Detailed Description

Inline implementation of aiColor4t<TReal> operators.

Macro Definition Documentation

#define AI_COLOR4D_INL_INC

Function Documentation

template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator* ( const aiColor4t< TReal > &  v1,
const aiColor4t< TReal > &  v2 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator* ( TReal  f,
const aiColor4t< TReal > &  v 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator* ( const aiColor4t< TReal > &  v,
TReal  f 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator+ ( const aiColor4t< TReal > &  v1,
const aiColor4t< TReal > &  v2 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator+ ( const aiColor4t< TReal > &  v,
TReal  f 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator+ ( TReal  f,
const aiColor4t< TReal > &  v 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator- ( const aiColor4t< TReal > &  v1,
const aiColor4t< TReal > &  v2 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator- ( const aiColor4t< TReal > &  v,
TReal  f 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator- ( TReal  f,
const aiColor4t< TReal > &  v 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator/ ( const aiColor4t< TReal > &  v1,
const aiColor4t< TReal > &  v2 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator/ ( const aiColor4t< TReal > &  v,
TReal  f 
)
template<typename TReal >
AI_FORCE_INLINE aiColor4t<TReal> operator/ ( TReal  f,
const aiColor4t< TReal > &  v 
)
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11