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