Searched refs:VEC_CrossProduct (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.2.1/include/nitro/fx/ |
| D | fx_vec.h | 38 void VEC_CrossProduct(const VecFx32 *a, const VecFx32 *b, VecFx32 *axb);
|
| /TwlSDK-5.2.1/build/libraries/fx/common/src/ |
| D | fx_mtx43.c | 489 VEC_CrossProduct(camUp, &vLook, &vRight); in MTX_LookAt() 491 VEC_CrossProduct(&vLook, &vRight, &vUp); in MTX_LookAt()
|
| D | fx_vec.c | 177 void VEC_CrossProduct(const VecFx32 *a, const VecFx32 *b, VecFx32 *axb) in VEC_CrossProduct() function
|
| /TwlSDK-5.2.1/build/demos/fx/test/src/ |
| D | fx_append_vec.c | 349 VEC_CrossProduct(a, b, &resFX); in GetCrossProductError_()
|
| D | main.c | 97 VEC_CrossProduct(&a, &b, &c); in test_FX_VEC()
|