| 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 | |
| 180 | protected: |
| 181 | gpu_sphere_mapper() |
nothing calls this directly
no outgoing calls
no test coverage detected