SO3Engine
|
SO3Point.h
Go to the documentation of this file.
67 inline explicit SPoint<NUMERIC_TYPE>(const NUMERIC_TYPE afCoordinate[2]) : x(afCoordinate[0]), y(afCoordinate[1])
173 inline friend SPoint<NUMERIC_TYPE> operator * (const NUMERIC_TYPE& fScalar, const SPoint<NUMERIC_TYPE>& copyPoint)
178 inline friend SPoint<NUMERIC_TYPE> operator / (const NUMERIC_TYPE& fScalar, const SPoint<NUMERIC_TYPE>& copyPoint)
183 inline friend SPoint<NUMERIC_TYPE> operator + (const SPoint<NUMERIC_TYPE>& lhs, const NUMERIC_TYPE rhs)
188 inline friend SPoint<NUMERIC_TYPE> operator + (const NUMERIC_TYPE& lhs, const SPoint<NUMERIC_TYPE>& rhs)
193 inline friend SPoint<NUMERIC_TYPE> operator - (const SPoint<NUMERIC_TYPE>& lhs, const NUMERIC_TYPE& rhs)
198 inline friend SPoint<NUMERIC_TYPE> operator - (const NUMERIC_TYPE& lhs, const SPoint<NUMERIC_TYPE>& rhs)
librairies include
Definition SO3Point.h:37
SPoint< NUMERIC_TYPE > & operator=(const SPoint< NUMERIC_TYPE > ©Point)
Definition SO3Point.h:107
friend SPoint< NUMERIC_TYPE > operator*(const NUMERIC_TYPE &fScalar, const SPoint< NUMERIC_TYPE > ©Point)
Definition SO3Point.h:173
SPoint< NUMERIC_TYPE > & operator-=(const SPoint< NUMERIC_TYPE > ©Point)
Definition SO3Point.h:217
SPoint< NUMERIC_TYPE > & operator*=(const NUMERIC_TYPE &fScalar)
Definition SO3Point.h:231
bool operator<(const SPoint< NUMERIC_TYPE > &rhs) const
Definition SO3Point.h:264
SPoint< NUMERIC_TYPE > & operator/=(const NUMERIC_TYPE &fScalar)
Definition SO3Point.h:245
bool operator>(const SPoint< NUMERIC_TYPE > &rhs) const
Definition SO3Point.h:275
bool operator!=(const SPoint< NUMERIC_TYPE > ©Point) const
Definition SO3Point.h:126
friend SPoint< NUMERIC_TYPE > operator/(const NUMERIC_TYPE &fScalar, const SPoint< NUMERIC_TYPE > ©Point)
Definition SO3Point.h:178
bool operator==(const SPoint< NUMERIC_TYPE > ©Point) const
Definition SO3Point.h:121
SPoint< NUMERIC_TYPE > & operator+=(const SPoint< NUMERIC_TYPE > ©Point)
Definition SO3Point.h:203
Definition SO3DataScol.h:38
Generated by 1.9.8