圓點坐標:(x0,y0) 半徑:r 角度:a0 則圓上任一點為:(x1,y1) x1 = x0 + r * cos(ao * 3.14 /180 ) y1 = y0 + r * sin(ao * 3.14 /180 )
Powered by: C++博客 Copyright © 點點滴滴