Searched refs:lightCenter (Results 1 – 2 of 2) sorted by relevance
27 const double *lightCenter, in init() argument39 if (!lightCenter || !coeff) { in init()45 printf("I: the light center of lens: %.16f, %.16f\n", lightCenter[0], lightCenter[1]); in init()72 mCoeff.cx = lightCenter[0]; in init()73 mCoeff.cy = lightCenter[1]; in init()
34 const double *lightCenter, const double *coeff,