|
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* (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+ (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- (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/ (TReal f, const aiColor4t< TReal > &v) |
|
Inline implementation of aiColor4t<TReal> operators.