Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/LightwaveConverter/src/Vector3.cpp @ 20

Last change on this file since 20 was 6, checked in by anonymous, 17 years ago

=…

File size: 239 bytes
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.