fbxsdk/core/math/fbxvector2.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_CORE_MATH_VECTOR_2_H_
14 #define _FBXSDK_CORE_MATH_VECTOR_2_H_
59 void Set(
double pX,
double pY);
193 double DotProduct(
const FbxVector2& pVector)
const;
220 double Length()
const;
225 double SquareLength()
const;
231 double Distance(
const FbxVector2& pVector)
const;
245 operator const double* ()
const;
251 bool IsZero(
int pSize=2)
const;
254 void FixIncorrectValue();
FbxString operator+(const FbxString &pString1, const FbxString &pString2)
FbxString concatenation.
FBX SDK environment definition.
bool operator==(const FbxVectorTemplate2< T > &pVector) const
bool operator!=(const FbxVectorTemplate2< T > &pVector) const
FbxVectorTemplate2< T > & operator=(const T &pValue)
A two double mathematic vector class.