Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c733 dotp = VECDotProduct(&vlight, &vview); in SetTexGenMtx2()
761 r = acosf(VECDotProduct(&vview, &vhalf)); // rotation amounts in SetTexGenMtx2()
/RvlSDK-2.1/build/libraries/mtx/src/
Dvec.c731 if ( VECDotProduct( &hTmp, &hTmp ) > 0.0F ) in C_VECHalfAngle()
787 cosA = VECDotProduct( &uI, &uN); in C_VECReflect()
/RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/
Dcmn-model.c443 itn0 = VECDotProduct( &n0, &lightDir ); in cmModel2_Draw()
465 itn1 = VECDotProduct( &n1, &lightDir ); in cmModel2_Draw()
/RvlSDK-2.1/include/revolution/
Dmtx.h440 #define VECDotProduct PSVECDotProduct macro
451 #define VECDotProduct C_VECDotProduct macro
/RvlSDK-2.1/build/demos/gxdemo/src/Performance/
Dperf-fill.c752 dot = VECDotProduct(&temp, &yAxis); in AnimTick()