diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fml/vec2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fml/vec2.h b/include/fml/vec2.h index 3c63cef..d02e855 100644 --- a/include/fml/vec2.h +++ b/include/fml/vec2.h @@ -26,7 +26,7 @@ namespace fml { scalar magnitude() const; scalar magnitudeSquared() const; vec2 normalize() const; - vec2 vec2::rotateby(scalar angle); + vec2 rotateby(scalar angle); scalar dot(const vec2 &other) const; }; |