Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Inline implementation of aiVector2t<TReal> operators. More...
Macros | |
#define | AI_VECTOR2D_INL_INC |
Functions | |
template<typename TReal > | |
aiVector2t< TReal > | operator* (const aiVector2t< TReal > &v, TReal f) |
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 > &v1, const aiVector2t< TReal > &v2) |
template<typename TReal > | |
aiVector2t< TReal > | operator- (const aiVector2t< TReal > &v) |
template<typename TReal > | |
aiVector2t< TReal > | operator- (const aiVector2t< TReal > &v1, const aiVector2t< TReal > &v2) |
template<typename TReal > | |
aiVector2t< TReal > | operator/ (const aiVector2t< TReal > &v, const aiVector2t< TReal > &v2) |
template<typename TReal > | |
aiVector2t< TReal > | operator/ (const aiVector2t< TReal > &v, TReal f) |
Inline implementation of aiVector2t<TReal> operators.
#define AI_VECTOR2D_INL_INC |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |