2023-01-01から1ヶ月間の記事一覧
型 Point: 座標 Line: 直線 Circle: 円 Vector: ベクトル(=Point) Polygon: 多角形(=std::vector<Vector>) 関数 bool intersect(Line l1, Line l2): 直線L1と直線L2の交差判定 #include <bits/stdc++.h> using namespace std; namespace LIB { const long double eps = 1e-10; u</bits/stdc++.h></vector>…