Go to the source code of this file.
Functions | |
| Point2 & | operator+= (Point2 &lhs, const Point2 &rhs) |
| Basic operations. | |
| Point2 & | operator-= (Point2 &lhs, const Point2 &rhs) |
| Point2 & | operator *= (Point2 &lhs, Real rhs) |
| Point2 & | operator/= (Point2 &lhs, Real rhs) |
|
||||||||||||
|
Definition at line 90 of file point2.inl. References sheep::Point2::m_x, and sheep::Point2::m_y. |
|
||||||||||||
|
Basic operations.
Definition at line 74 of file point2.inl. References sheep::Point2::m_x, and sheep::Point2::m_y. |
|
||||||||||||
|
Definition at line 82 of file point2.inl. References sheep::Point2::m_x, and sheep::Point2::m_y. |
|
||||||||||||
|
Definition at line 98 of file point2.inl. References sheep::Point2::m_x, and sheep::Point2::m_y. |
1.3.6