solvespace/src/srf
whitequark f54dabbb5f Clean up includes and include guards.
According to the C standard all preprocessor definitions starting
with an underscore are reserved for standard and implementation use,
so don't use those. Also, sort and unique include directives.
2018-07-12 18:48:51 +00:00
..
boolean.cpp Reserve space upfront when possible, to avoid re-allocations. 2017-01-14 03:07:33 +00:00
curve.cpp Add an option to display areas of closed contours. 2017-04-08 16:43:06 +00:00
merge.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
ratpoly.cpp Add a new renderer that prepares geometry for 2d backends. 2016-08-01 00:48:37 +00:00
raycast.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
surface.cpp Reserve space upfront when possible, to avoid re-allocations. 2017-01-14 03:07:33 +00:00
surface.h Clean up includes and include guards. 2018-07-12 18:48:51 +00:00
surfinter.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
triangulate.cpp Implement SPolygon::TriangulateInto. 2016-08-01 00:48:37 +00:00