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>
Coordinates in a two dimensional space.
vector_2d< value_type > self_type
The type of the current class.
T value_type
The type of the values we store.
coordinate_2d< value_type > super
The type of the parent class.
Coordinates in a two dimensional space.
This is the main namespace.