Vector4.cpp

Go to the documentation of this file.
00001 #include "Vector4.hpp"
00002 #include "../math/CoorT.hpp"
00003 
00004 namespace se_core {
00005 
00006     coor_t Vector4
00007     ::length() const {
00008         return CoorT::sqrt(lengthSquared());
00009     }
00010 
00011 }

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:13 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo