| 468 | } |
| 469 | |
| 470 | void Init(ImDrawList3D& draw_list_3d) const { GetLineRenderProps(draw_list_3d, HalfWeight, UV0, UV1); } |
| 471 | |
| 472 | IMPLOT3D_INLINE bool Render(ImDrawList3D& draw_list_3d, const ImPlot3DBox& cull_box, int prim) const { |
| 473 | // Get the next point in plot coordinates |
nothing calls this directly
no test coverage detected