| 430 | } |
| 431 | |
| 432 | void Init(ImDrawList3D& draw_list_3d) const { GetLineRenderProps(draw_list_3d, HalfWeight, UV0, UV1); } |
| 433 | |
| 434 | IMPLOT3D_INLINE bool Render(ImDrawList3D& draw_list_3d, const ImPlot3DBox& cull_box, int prim) const { |
| 435 | ImPlot3DPoint P2_plot = Getter(prim + 1); |
nothing calls this directly
no test coverage detected