kicad/polygon
Simon Richter 04e21d5c8f Remove check for undefined behaviour
Triangle::NeighborAcross returns a reference, which must refer to a valid
object whose address cannot be 0. Thus, this test is nonsensical.
2016-09-29 18:26:19 -04:00
..
poly2tri Remove check for undefined behaviour 2016-09-29 18:26:19 -04:00
CMakeLists.txt Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 2015-07-27 21:45:57 +02:00
PolyLine.cpp fixed polygon filleting glitch for colinear outline segments 2016-08-05 11:44:36 +02:00
PolyLine.h Pcbnew: major swig fix. 2016-07-18 13:23:09 -04:00
SutherlandHodgmanClipPoly.h Fix a not shown dialog under XFCE and Unity. Make display hotkeys window not modal. 2015-03-15 12:41:06 +01:00
clipper.cpp Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 2016-06-07 14:42:42 +02:00
clipper.hpp Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
determine_if_point_inside_polygon.odt Switch to polygons in zones (old way no more supported) 2008-12-03 10:32:53 +00:00
math_for_graphics.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
math_for_graphics.h Coding policy fixes: remove trailing white space. 2015-12-14 16:20:54 -05:00
polygon_test_point_inside.cpp Source license, coding policy, and documentation fixes. 2014-10-28 15:43:12 -04:00
polygon_test_point_inside.h Source license, coding policy, and documentation fixes. 2014-10-28 15:43:12 -04:00
polygons_defs.h Reverted commits that remove boost::polygon dependency (need more testing). 2015-07-14 22:23:13 +02:00