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

Method is_3d

source/matplot/core/axes_object.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 bool axes_object::is_3d() {
89 return axes_category() == axes_category::three_dimensional ||
90 axes_category() == axes_category::three_dimensional_map;
91 }
92
93 bool axes_object::is_3d_map() {
94 return axes_category() == axes_category::three_dimensional_map;

Callers

nothing calls this directly

Calls 1

axes_categoryEnum · 0.85

Tested by

no test coverage detected