Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
main
Function · 0.85
Calls
2
gca
Function · 0.85
rotate
Method · 0.80
Tested by
no test coverage detected