摘要: [TOC] 计算几何 二维几何: 点与向量 多边形 圆 三维几何 基础点面 凸包 cpp struct Face{ int v[3]; Vector3 normal(Point3 p)const{ return Cross(p[v[1]] p[v[0]],p[v[2]] p[v[0]]); } in 阅读全文
posted @ 2019-07-05 18:45 Potato! 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Potato的暑期训练day 2 ——图论之拓扑排序 题目链接: A.http://poj.org/problem?id=2585 B.http://poj.org/problem?id=1270 C.http://poj.org/problem?id=1094 D.http://poj.org/p 阅读全文
posted @ 2019-07-05 16:51 Potato! 阅读(229) 评论(0) 推荐(0) 编辑