小弧光的博客

公众号:小弧光黑板报

导航

10 2023 档案

使用 cgal 库计算向量的夹角
摘要:#include <vector> #include <iostream> #include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Ray_2.h> #include <CGAL/Polygon_2.h 阅读全文

posted @ 2023-10-19 09:26 小弧光 阅读(189) 评论(1) 推荐(0)

使用CGAL计算直线和圆的交点
摘要:#include <vector> #include <iostream> #include <CGAL/Exact_predicates_exact_constructions_kernel.h> #include <CGAL/Ray_2.h> #include <CGAL/Polygon_2.h 阅读全文

posted @ 2023-10-17 16:58 小弧光 阅读(225) 评论(0) 推荐(0)