X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=vector.h;fp=vector.h;h=0000000000000000000000000000000000000000;hp=af7ec9bd5e45e6341b3ea391906d44463bfad5f6;hb=f8d665eef7b761e3b769af6b8dd9711754711cdd;hpb=2998e2d15b6098be4c272b187af9438d95b140cf diff --git a/vector.h b/vector.h deleted file mode 100644 index af7ec9b..0000000 --- a/vector.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _VECTOR_H_ -#define _VECTOR_H_ - -float Vector_Dot_Product(float vector1[3],float vector2[3]); -void Vector_Cross_Product(float vectorOut[3], float v1[3],float v2[3]); -void Vector_Scale(float vectorOut[3],float vectorIn[3], float scale2); -void Vector_Add(float vectorOut[3],float vectorIn1[3], float vectorIn2[3]); - -#endif// _VECTOR_H_