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

Method xmax

src/backend/opengl/chart_impl.cpp:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235float AbstractChart::xmax() const { return mXMax; }
236float AbstractChart::xmin() const { return mXMin; }
237float AbstractChart::ymax() const { return mYMax; }
238float AbstractChart::ymin() const { return mYMin; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected