Searched refs:VECDotProduct (Results 1 – 5 of 5) sorted by relevance
733 dotp = VECDotProduct(&vlight, &vview); in SetTexGenMtx2()761 r = acosf(VECDotProduct(&vview, &vhalf)); // rotation amounts in SetTexGenMtx2()
731 if ( VECDotProduct( &hTmp, &hTmp ) > 0.0F ) in C_VECHalfAngle()787 cosA = VECDotProduct( &uI, &uN); in C_VECReflect()
443 itn0 = VECDotProduct( &n0, &lightDir ); in cmModel2_Draw()465 itn1 = VECDotProduct( &n1, &lightDir ); in cmModel2_Draw()
440 #define VECDotProduct PSVECDotProduct macro451 #define VECDotProduct C_VECDotProduct macro
752 dot = VECDotProduct(&temp, &yAxis); in AnimTick()