Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_vec.h37 fx32 VEC_DotProduct(const VecFx32 *a, const VecFx32 *b);
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx43.c502 mtx->_30 = -VEC_DotProduct(camPos, &vRight); in MTX_LookAt()
503 mtx->_31 = -VEC_DotProduct(camPos, &vUp); in MTX_LookAt()
504 mtx->_32 = -VEC_DotProduct(camPos, &vLook); in MTX_LookAt()
Dfx_vec.c134 fx32 VEC_DotProduct(const VecFx32 *a, const VecFx32 *b) in VEC_DotProduct() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_vec.c333 resFX = (double)(FX_FX32_TO_F32(VEC_DotProduct(a, b))); in GetDotProductError_()
Dmain.c94 tmp = VEC_DotProduct(&a, &b); in test_FX_VEC()