MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / rotate

Function rotate

source/matplot/freestanding/axes_functions.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void rotate(float azimuth, float elevation) {
149 rotate(gca(), azimuth, elevation);
150 }
151
152 void rotate(axes_handle ax, float azimuth, float elevation) {
153 ax->rotate(azimuth, elevation);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcaFunction · 0.85
rotateMethod · 0.80

Tested by

no test coverage detected