aboutsummaryrefslogtreecommitdiff
path: root/include/fml
diff options
context:
space:
mode:
Diffstat (limited to 'include/fml')
-rw-r--r--include/fml/vec2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fml/vec2.h b/include/fml/vec2.h
index 166b99c..3c63cef 100644
--- a/include/fml/vec2.h
+++ b/include/fml/vec2.h
@@ -26,6 +26,7 @@ namespace fml {
scalar magnitude() const;
scalar magnitudeSquared() const;
vec2 normalize() const;
+ vec2 vec2::rotateby(scalar angle);
scalar dot(const vec2 &other) const;
};