Definition in file coordinate_2d.hpp.
#include <claw/impl/coordinate_2d.tpp>
Go to the source code of this file.
Namespaces | |
namespace | claw |
namespace | claw::math |
Classes | |
class | claw::math::coordinate_2d< T > |
Coordinates in a two dimensional space. More... | |
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. |