Lines Matching refs:operator
88 Matrix operator*(const Matrix& lhs, const Matrix& rhs);
89 bool operator==(const Matrix& lhs, const Matrix& rhs);
154 static inline bool operator!=(const Matrix& lhs, const Matrix& rhs)
160 static inline void operator*=(Matrix& lhs, const Matrix& rhs)
176 void operator*=(Point& pt, const Matrix& m);
177 Point operator*(const Point& pt, const Matrix& m);
210 static inline bool operator==(const Point& lhs, const Point& rhs)
216 static inline bool operator!=(const Point& lhs, const Point& rhs)
222 static inline Point operator-(const Point& lhs, const Point& rhs)
228 static inline Point operator+(const Point& lhs, const Point& rhs)
234 static inline Point operator*(const Point& lhs, float rhs)
240 static inline Point operator*(const float& lhs, const Point& rhs)
246 static inline Point operator/(const Point& lhs, const float rhs)