True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

Vector.h

00001 //---------------------------------------------------------------------------------
00002 // File Name: Vector.h
00003 // Description:
00004 //
00005 // Copyright (C) 2004 - 2006 True Axis Pty Ltd, Australia. 
00006 // All Rights Reserved.
00007 //
00008 // History:
00009 //---------------------------------------------------------------------------------
00010 
00011 #ifndef TA_VECTOR_H
00012 #define TA_VECTOR_H
00013 
00014 #ifndef TA_VEC2_H
00015 #include "Vec2.h"
00016 #endif // TA_VEC2_H
00017 
00018 #ifndef TA_VEC3_H
00019 #include "Vec3.h"
00020 #endif // TA_VEC3_H
00021 
00022 #ifndef TA_VEC4_H
00023 #include "Vec4.h"
00024 #endif // TA_VEC4_H
00025 
00026 TA_OBFUSCATION_SKIP_PASS_2
00027 
00028 #endif // TA_VECTOR_H


© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.