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