|
Claw
1.7.3
|
Coordinates in a two dimensional space. More...
#include <claw/impl/coordinate_2d.tpp>Go to the source code of this file.
Classes | |
| class | claw::math::coordinate_2d< T > |
| Coordinates in a two dimensional space. More... | |
Namespaces | |
| namespace | claw |
| This is the main namespace. | |
| namespace | claw::math |
| Manipulation of mathematic, geometric, etc. items. | |
Functions | |
| template<typename T > | |
| coordinate_2d< T > | claw::math::operator- (const 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. | |
Coordinates in a two dimensional space.
Definition in file coordinate_2d.hpp.
1.8.1.2