|
| template<class T , class U > |
| bool | OpenSkyNet::Math::operator== (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| bool | OpenSkyNet::Math::operator!= (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator+ (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator- (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator* (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator/ (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator* (const Point< T > &lhs_, const U &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::operator/ (const Point< T > &lhs_, const U &rhs_) |
| |
| template<class T , class U > |
| T | OpenSkyNet::Math::getLength (const Point< T > &lhs_, const Point< U > &rhs_) |
| |
| template<class T , class U > |
| Point< T > | OpenSkyNet::Math::interpolate (const Point< T > &lhs_, const Point< U > &rhs_, float amount_) |
| |
| Point< float, 2 > | OpenSkyNet::Math::RandPointInOrOnCircle (float radius_) |
| |