From 1530a2516fa55ffb4544c533a4ceceff771c9175 Mon Sep 17 00:00:00 2001 From: ttamx Date: Thu, 19 Dec 2024 14:29:49 +0700 Subject: [PATCH] geometry --- content/geometry/chapter.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/geometry/chapter.tex b/content/geometry/chapter.tex index a42b042..fa0ec3d 100644 --- a/content/geometry/chapter.tex +++ b/content/geometry/chapter.tex @@ -9,13 +9,13 @@ \section{Geometric primitives} \kactlimport{sideOf.h} \kactlimport{OnSegment.h} \kactlimport{linearTransformation.h} - % \kactlimport{LineProjectionReflection.h} + \kactlimport{LineProjectionReflection.h} \kactlimport{Angle.h} \section{Circles} \kactlimport{CircleIntersection.h} \kactlimport{CircleTangents.h} - % \kactlimport{CircleLine.h} + \kactlimport{CircleLine.h} \kactlimport{CirclePolygonIntersection.h} \kactlimport{circumcircle.h} \kactlimport{MinimumEnclosingCircle.h} @@ -33,9 +33,9 @@ \section{Polygons} \section{Misc. Point Set Problems} \kactlimport{ClosestPair.h} - % \kactlimport{ManhattanMST.h} + \kactlimport{ManhattanMST.h} \kactlimport{kdTree.h} - % \kactlimport{DelaunayTriangulation.h} + \kactlimport{DelaunayTriangulation.h} \kactlimport{FastDelaunay.h} \section{3D}