| 3991 | } |
| 3992 | |
| 3993 | float ImPlot3DPlot::GetViewScale() const { |
| 3994 | return ImMin(PlotRect.GetWidth(), PlotRect.GetHeight()) / 1.8f * ImPlot3D::GImPlot3D->Style.ViewScaleFactor; |
| 3995 | } |
| 3996 | |
| 3997 | ImPlot3DPoint ImPlot3DPlot::GetBoxScale() const { return ImPlot3DPoint(Axes[0].NDCSize(), Axes[1].NDCSize(), Axes[2].NDCSize()); } |
| 3998 |
no outgoing calls
no test coverage detected