#include "MPUVector3.h"
Go to the source code of this file.
Functions | |
void | MPUVector3CrossProduct (MPUVector3 a, MPUVector3 b, MPUVector3 d) |
void | MPUVector3DotProduct (MPUVector3 a, MPUVector3 b, float *d) |
void MPUVector3CrossProduct | ( | MPUVector3 | a, |
MPUVector3 | b, | ||
MPUVector3 | d | ||
) |
Definition at line 31 of file MPUVector3.cpp.
void MPUVector3DotProduct | ( | MPUVector3 | a, |
MPUVector3 | b, | ||
float * | d | ||
) |
Definition at line 26 of file MPUVector3.cpp.