Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

VectorMath.h

Go to the documentation of this file.
00001 
00002 #ifndef _VECTORMATH_H_
00003 #define _VECTORMATH_H_
00004 
00005 #include <cmath>
00006 #include "Vector3.h"
00007 
00012 Vector3 Cross(Vector3 v1, Vector3 v2);
00013 
00017 Vector3 Normalize(Vector3 v1);
00018 
00022 double Magnitude(Vector3 v1);
00023 
00027 Vector3 FindNormal(Vector3 v1, Vector3 v2, Vector3 v3);
00028 
00029 #endif

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18