Eigene Dateien/FlowVis/src/VQuaternion.cpp

Go to the documentation of this file.
00001 #include "VQuaternion.h"
00002 
00003 VVector VQuaternion::WORLD_X_AXIS = VVector(1.0f, 0.0f, 0.0f);
00004 VVector VQuaternion::WORLD_Y_AXIS = VVector(0.0f, 1.0f, 0.0f);
00005 VVector VQuaternion::WORLD_Z_AXIS = VVector(0.0f, 0.0f, 1.0f);
00006 VVector VQuaternion::FORWARD_VECTOR = VVector(0.0f, 0.0f, 1.0f);

Generated on Mon Jan 21 01:15:16 2008 for FlowVis by  doxygen 1.5.4