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

Method GetBoxScale

implot3d.cpp:3997–3997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3995}
3996
3997ImPlot3DPoint ImPlot3DPlot::GetBoxScale() const { return ImPlot3DPoint(Axes[0].NDCSize(), Axes[1].NDCSize(), Axes[2].NDCSize()); }
3998
3999void ImPlot3DPlot::ApplyEqualAspect(ImAxis3D ref_axis) {
4000 double aspect = Axes[ref_axis].GetAspect();

Callers 1

PixelsToPlotPlaneFunction · 0.80

Calls 2

ImPlot3DPointClass · 0.85
NDCSizeMethod · 0.80

Tested by

no test coverage detected