summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/geometry/vector.hh
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/geometry/vector.hh')
-rw-r--r--2005/i/robert/src/geometry/vector.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/2005/i/robert/src/geometry/vector.hh b/2005/i/robert/src/geometry/vector.hh
index e32f57a..6805159 100644
--- a/2005/i/robert/src/geometry/vector.hh
+++ b/2005/i/robert/src/geometry/vector.hh
@@ -24,6 +24,7 @@
// Email: <contact@ni.fr.eu.org>
// }}}
#include <cmath>
+#include <iosfwd>
namespace geometry {
@@ -57,7 +58,7 @@ struct VectorT
/// Rotation de pi/2.
VectorT<T> &rotate (void);
/// Rotation.
- VectorT<T> &rotate (T angle);
+ VectorT<T> &rotate (T angle); /// XXX L'argument angle est vraiment T??
/// Distance à un autre point.
T distTo (const VectorT<T> &v) const;
/// Distance à un autre point au carré.