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

Method zmin

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

Source from the content-addressed store, hash-verified

238float AbstractChart::ymin() const { return mYMin; }
239float AbstractChart::zmax() const { return mZMax; }
240float AbstractChart::zmin() const { return mZMin; }
241
242void AbstractChart::addRenderable(const std::shared_ptr<AbstractRenderable> pRenderable)
243{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected