kicad/3d-viewer/3d_rendering/3d_render_raytracing/shapes2D
Marek Roszko eff75b630f Get rid of anonymous struct typedefs
We are using C++14 where there is no reason for this and is banned in C++20 under P1766R1. MSVC generates a warning under C++14 as a reminder.
2021-07-01 18:28:41 -04:00
..
4pt_polygon_2d.cpp 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00
4pt_polygon_2d.h 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
bbox_2d.cpp 3D Viewer: more code cleaning and naming improvements. 2021-01-07 14:33:43 -05:00
bbox_2d.h Fix compil warning: do not use class instead of struct in forward declarations 2021-01-06 09:29:03 +01:00
filled_circle_2d.cpp 3D Viewer: more code cleaning and naming improvements. 2021-01-07 14:33:43 -05:00
filled_circle_2d.h 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
layer_item_2d.cpp 3D Viewer: more code cleaning and naming improvements. 2021-01-07 14:33:43 -05:00
layer_item_2d.h Silence some msvc warnings 2021-02-20 11:58:55 -05:00
object_2d.cpp Debugging improvements and clean up. 2021-05-03 18:08:15 -04:00
object_2d.h Debugging improvements and clean up. 2021-05-03 18:08:15 -04:00
polygon_2d.cpp Fix typos in source code 2021-06-10 01:24:15 +00:00
polygon_2d.h Get rid of anonymous struct typedefs 2021-07-01 18:28:41 -04:00
ring_2d.cpp 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00
ring_2d.h 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
round_segment_2d.cpp 3D Viewer: more code cleaning and naming improvements. 2021-01-07 14:33:43 -05:00
round_segment_2d.h 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00
triangle_2d.cpp 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00
triangle_2d.h 3D Viewer: member variable and method naming improvements. 2021-01-05 17:24:29 -05:00