Searched refs:PI_F (Results 1 – 2 of 2) sorted by relevance
26 #define PI_F 3.141592653589f macro112 if (theta>PI_F) theta-=2*PI_F; in StereographicProjection()119 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection()120 float py = (phi / PI_F) * input_height; in StereographicProjection()
25 #define PI_F 3.141592653589f macro111 if (theta>PI_F) theta-=2*PI_F; in StereographicProjection()118 float px = (theta / (2 * PI_F)) * input_width; in StereographicProjection()119 float py = (phi / PI_F) * input_height; in StereographicProjection()