Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-04-27 16:50:30 +0000
committerStijn Buys <ingar@osirion.org>2008-04-27 16:50:30 +0000
commit84d474fd3bd78f5ba6dcee65323f267fa8061b03 (patch)
tree45a2061ffe0a0eaf2675f5143859f2c06a233241 /src/math/vector3f.h
parenta4b36e6d1e20b5036d1ed7cf9f61a48dbbf77812 (diff)
more 3D changes
Diffstat (limited to 'src/math/vector3f.h')
-rw-r--r--src/math/vector3f.h3
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);