diff options
Diffstat (limited to 'src/math/vector3f.h')
-rw-r--r-- | src/math/vector3f.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/vector3f.h b/src/math/vector3f.h index ddb9e38..1b4028f 100644 --- a/src/math/vector3f.h +++ b/src/math/vector3f.h @@ -44,6 +44,9 @@ public: ~Vector3f(); /* -- Assignment operators -- */ + /// assign (0, 0, 0) + void clear(); + /// assignment void assign(const float x, const float y, const float z); |