kicad/3d-viewer/3d_canvas
qu1ck 636285311e Make DRAWSEGMENT::GetRectCorners return vector
... instead of modifying the argument.
This will make the method usable in python API and will not incur
permormance penalty because named return value optimization (NRVO)
is a thing since C++11.
But even if copy is not elided vector is moved instead of copied.
https://en.cppreference.com/w/cpp/language/copy_elision
2020-09-07 05:33:10 +00:00
..
board_adapter.cpp 3D-Viewer: use the correct opacity meaning in the color settings 2020-09-01 01:08:38 +00:00
board_adapter.h 3D-Viewer: Parameterize sampling options 2020-09-04 15:12:01 +00:00
create_3Dgraphic_brd_items.cpp Make DRAWSEGMENT::GetRectCorners return vector 2020-09-07 05:33:10 +00:00
create_layer_items.cpp Fix some out-of-order parameters that compiler didn't catch. 2020-08-28 15:17:45 +01:00
create_layer_poly.cpp Fix assert where geometry routine wasn't ready to handle layers. 2020-08-12 22:20:08 +01:00
eda_3d_canvas.cpp Removing creation of a wxPaintEvent instance (step 2), not allowed in 3.1.4 wxWidgets: 2020-07-14 15:52:01 +02:00
eda_3d_canvas.h Removing creation of a wxPaintEvent instance (step 2), not allowed in 3.1.4 wxWidgets: 2020-07-14 15:52:01 +02:00
eda_3d_canvas_pivot.cpp Rationalise 3D settings data-structure. 2020-03-28 16:09:40 +00:00