我跟着一个在线教程,我不明白教授如何设法从屏幕左上角获得一个圆的距离:
//calculate the distance from epicenter (of a circle) to the top left corner of the screen
double theta = atan(epicenter.dy/epicenter.dx);
double distanceToCorner = epicenter.dy / sin(theta);
我想知道如何获得与所有其他屏幕角的距离(并且可能对已完成的操作有一个解释)。
谢谢
白衣非少年
牧羊人nacy
相关分类