float a = atan(st.x,st.y)+PI; float r = TWO_PI/float(N); d = cos(floor(.5+a/r)*r-a)*length(st); 这三句真是太难理解了! 登录以回复
float a = atan(st.x,st.y)+PI;
float r = TWO_PI/float(N);
d = cos(floor(.5+a/r)*r-a)*length(st);
这三句真是太难理解了!