Assimp
v2.0 (November 2010)
|
Inline implementation of aiColor4D operators. More...
Defines | |
#define | AI_COLOR4D_INL_INC |
Functions | |
AI_FORCE_INLINE aiColor4D | operator* (const aiColor4D &v1, const aiColor4D &v2) |
AI_FORCE_INLINE aiColor4D | operator* (float f, const aiColor4D &v) |
AI_FORCE_INLINE aiColor4D | operator* (const aiColor4D &v, float f) |
AI_FORCE_INLINE aiColor4D | operator+ (const aiColor4D &v1, const aiColor4D &v2) |
AI_FORCE_INLINE aiColor4D | operator+ (const aiColor4D &v, float f) |
AI_FORCE_INLINE aiColor4D | operator+ (float f, const aiColor4D &v) |
AI_FORCE_INLINE aiColor4D | operator- (const aiColor4D &v1, const aiColor4D &v2) |
AI_FORCE_INLINE aiColor4D | operator- (const aiColor4D &v, float f) |
AI_FORCE_INLINE aiColor4D | operator- (float f, const aiColor4D &v) |
AI_FORCE_INLINE aiColor4D | operator/ (const aiColor4D &v1, const aiColor4D &v2) |
AI_FORCE_INLINE aiColor4D | operator/ (const aiColor4D &v, float f) |
AI_FORCE_INLINE aiColor4D | operator/ (float f, const aiColor4D &v) |
Inline implementation of aiColor4D operators.
#define AI_COLOR4D_INL_INC |