会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
stackupdown
博客园
首页
新随笔
联系
订阅
管理
2018年1月23日
【计算几何】如何计算两个圆的交点坐标
摘要: How to calculate two coordinates of the intersection points of two circles? 题目: 给定两个圆的的方程 (x-x1)^2+(y-y1)^2=r1^2, (x-x2)^2+(y-y2)^2=r2^2 求解两个圆的交点坐标。 这
阅读全文
posted @ 2018-01-23 22:15 stackupdown
阅读(9713)
评论(2)
推荐(3)
公告