Home
last modified time | relevance | path

Searched refs:VEC_CrossProduct (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/include/nitro/fx/
Dfx_vec.h38 void VEC_CrossProduct(const VecFx32 *a, const VecFx32 *b, VecFx32 *axb);
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx43.c489 VEC_CrossProduct(camUp, &vLook, &vRight); in MTX_LookAt()
491 VEC_CrossProduct(&vLook, &vRight, &vUp); in MTX_LookAt()
Dfx_vec.c177 void VEC_CrossProduct(const VecFx32 *a, const VecFx32 *b, VecFx32 *axb) in VEC_CrossProduct() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_vec.c349 VEC_CrossProduct(a, b, &resFX); in GetCrossProductError_()
Dmain.c97 VEC_CrossProduct(&a, &b, &c); in test_FX_VEC()