Lines Matching refs:PVRTVec4
2854 @Return PVRTVec4 position of light with w set correctly
2857 PVRTVec4 CPVRTModelPOD::GetLightPosition(const unsigned int u32Idx) const
2864 return PVRTVec4(vPos,1);
2870 @Return PVRTVec4 direction of light with w set correctly
2873 PVRTVec4 CPVRTModelPOD::GetLightDirection(const unsigned int u32Idx) const
2880 return PVRTVec4(vDir,0);