Simplyfing and improving updatePolyVoxGeometry()

This commit is contained in:
David Williams
2008-03-30 22:05:18 +00:00
parent f060898986
commit 5791919f01
2 changed files with 22 additions and 0 deletions

View File

@ -40,6 +40,8 @@ namespace PolyVox
Vector<Size,Type>& operator=(const Vector<Size,Type>& rhs) throw();
///Equality Operator.
bool operator==(const Vector<Size,Type>& rhs) const throw();
///Comparison Operator.
bool operator<(const Vector<Size,Type>& rhs) const throw();
///Addition and Assignment Operator.
Vector<Size,Type>& operator+=(const Vector<Size,Type> &rhs) throw();
///Subtraction and Assignment Operator.