|
Assimp
v3.1.1 (June 2014)
|
Inline implementation of aiVector2t<TReal> operators. More...
Defines | |
| #define | AI_VECTOR2D_INL_INC |
Functions | |
| template<typename TReal > | |
| TReal | operator* (const aiVector2t< TReal > &v1, const aiVector2t< TReal > &v2) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator* (TReal f, const aiVector2t< TReal > &v) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator* (const aiVector2t< TReal > &v, TReal f) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator+ (const aiVector2t< TReal > &v1, const aiVector2t< TReal > &v2) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator- (const aiVector2t< TReal > &v1, const aiVector2t< TReal > &v2) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator- (const aiVector2t< TReal > &v) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator/ (const aiVector2t< TReal > &v, TReal f) |
| template<typename TReal > | |
| aiVector2t< TReal > | operator/ (const aiVector2t< TReal > &v, const aiVector2t< TReal > &v2) |
Inline implementation of aiVector2t<TReal> operators.
| #define AI_VECTOR2D_INL_INC |
| TReal operator* | ( | const aiVector2t< TReal > & | v1, |
| const aiVector2t< TReal > & | v2 | ||
| ) | [inline] |
| aiVector2t<TReal> operator* | ( | TReal | f, |
| const aiVector2t< TReal > & | v | ||
| ) | [inline] |
| aiVector2t<TReal> operator* | ( | const aiVector2t< TReal > & | v, |
| TReal | f | ||
| ) | [inline] |
| aiVector2t<TReal> operator+ | ( | const aiVector2t< TReal > & | v1, |
| const aiVector2t< TReal > & | v2 | ||
| ) | [inline] |
| aiVector2t<TReal> operator- | ( | const aiVector2t< TReal > & | v1, |
| const aiVector2t< TReal > & | v2 | ||
| ) | [inline] |
| aiVector2t<TReal> operator- | ( | const aiVector2t< TReal > & | v | ) | [inline] |
| aiVector2t<TReal> operator/ | ( | const aiVector2t< TReal > & | v, |
| TReal | f | ||
| ) | [inline] |
| aiVector2t<TReal> operator/ | ( | const aiVector2t< TReal > & | v, |
| const aiVector2t< TReal > & | v2 | ||
| ) | [inline] |