MCPcopy Create free account
hub / github.com/boostorg/compute / GetBounds

Method GetBounds

example/opengl_sphere.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 double* GetBounds()
172 {
173 static double bounds[6];
174 bounds[0] = -m_radius; bounds[1] = m_radius;
175 bounds[2] = -m_radius; bounds[3] = m_radius;
176 bounds[4] = -m_radius; bounds[5] = m_radius;
177 return bounds;
178 }
179
180protected:
181 gpu_sphere_mapper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected