Definition in file coordinate_2d.tpp.
#include <cmath>
Go to the source code of this file.
Functions | |
| template<typename T> | |
| coordinate_2d< T > | claw::math::operator- (const claw::math::coordinate_2d< T > &that) |
| Unary minus. | |
| template<typename T, typename U> | |
| coordinate_2d< T > | claw::math::operator* (U v, const coordinate_2d< T > &self) |
| Multiply coordinates. | |
1.5.5