| 2609 | ImPlot3DPoint neg_y_axis = plot.RotationAnimationEnd * ImPlot3DPoint(0.0f, -1.0f, 0.0f); |
| 2610 | |
| 2611 | struct AxisAlignment { |
| 2612 | ImPlot3DPoint axis; |
| 2613 | float dot; |
| 2614 | }; |
| 2615 | |
| 2616 | AxisAlignment candidates[] = { |
| 2617 | {x_axis, (float)x_axis.Dot(up)}, |
nothing calls this directly
no outgoing calls
no test coverage detected