Assimp  v3.0 (July 2012)
Macros | Functions
color4.inl File Reference

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)

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 
)