X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=vector.h;h=af7ec9bd5e45e6341b3ea391906d44463bfad5f6;hp=588def3bb4bafcf989be7fa8c2c99bd8b5a70225;hb=2998e2d15b6098be4c272b187af9438d95b140cf;hpb=849b29b998a8cbc10cd1900d3e5dd1a8488b77f6 diff --git a/vector.h b/vector.h index 588def3..af7ec9b 100644 --- a/vector.h +++ b/vector.h @@ -4,6 +4,6 @@ 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]);; +void Vector_Add(float vectorOut[3],float vectorIn1[3], float vectorIn2[3]); #endif// _VECTOR_H_