source: OGRE/trunk/ogrenew/Tools/LightwaveConverter/src/Vector3.cpp @ 692

Revision 692, 239 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1#include "Vector3.h"
2
3const Vector3 Vector3::ZERO( 0, 0, 0 );
4const Vector3 Vector3::UNIT_X( 1, 0, 0 );
5const Vector3 Vector3::UNIT_Y( 0, 1, 0 );
6const Vector3 Vector3::UNIT_Z( 0, 0, 1 );
7const Vector3 Vector3::UNIT_SCALE(1, 1, 1);
Note: See TracBrowser for help on using the repository browser.