MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getInitZoom

Method getInitZoom

testbed/src/Scene.h:331–333  ·  view source on GitHub ↗

Return the initial zoom factor

Source from the content-addressed store, hash-verified

329
330// Return the initial zoom factor
331inline float Scene::getInitZoom() const {
332 return mInitZoom;
333}
334
335// Set the initial zoom factor
336inline void Scene::setInitZoom(float zoom) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected