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

Class AxisAlignment

implot3d.cpp:2611–2614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected