MCPcopy Create free account
hub / github.com/brenocq/implot3d / BustPlotCache

Function BustPlotCache

implot3d.cpp:2103–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2101ImPlot3DPlot* GetCurrentPlot() { return GImPlot3D->CurrentPlot; }
2102
2103void BustPlotCache() {
2104 ImPlot3DContext& gp = *GImPlot3D;
2105 gp.Plots.Clear();
2106}
2107
2108ImVec2 PlotToPixels(const ImPlot3DPoint& point) {
2109 ImPlot3DContext& gp = *GImPlot3D;

Callers 1

ShowMetricsWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected