Go to the documentation of this file.
30 #ifndef __CLAW_VECTOR_2D_HPP__
31 #define __CLAW_VECTOR_2D_HPP__
66 self_type get_orthonormal_clockwise()
const;
67 self_type get_orthonormal_anticlockwise()
const;
75 #include <claw/impl/vector_2d.tpp>
77 #endif // __CLAW_VECTOR_2D_HPP__
coordinate_2d< value_type > super
The type of the parent class.
T value_type
The type of the values we store.
This is the main namespace.
Coordinates in a two dimensional space.
Coordinates in a two dimensional space.
vector_2d< value_type > self_type
The type of the current class.
value_type value_type
The type of the values we store.