MCPcopy Create free account
hub / github.com/arrayfire/forge / getAxesLimits

Method getAxesLimits

src/backend/common/chart.hpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 inline void getAxesLimits(float* pXmin, float* pXmax,
75 float* pYmin, float* pYmax,
76 float* pZmin, float* pZmax) {
77 mChart->getAxesLimits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax);
78 }
79
80 inline void setLegendPosition(const float pX, const float pY) {
81 mChart->setLegendPosition(pX, pY);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected