kicad/libs/kimath
jean-pierre charras c07ac8b3db Gerbview: seriously speed up the calculation time to draw polygons on OpenGL.
Mainly CacheTriangulation() was creating triangles using partition mode.
But this mode is optimized for Pcbnew and Gerbview and different internal units.
Now CacheTriangulation() is used in no partition, much faster in GERBVIEW_PAINTER.
From Master branch
2022-05-13 18:33:53 +02:00
..
include Gerbview: seriously speed up the calculation time to draw polygons on OpenGL. 2022-05-13 18:33:53 +02:00
src Avoid duplicate points in trapezoid pads 2022-03-22 13:30:22 -07:00
CMakeLists.txt Add std::hash specialization for VECTOR2I 2022-01-05 20:32:46 -08:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00