(&self)
| 244 | /// Returns the bounding box of the grid |
| 245 | #[inline(always)] |
| 246 | pub fn aabb(&self) -> &Aabb3d<R> { |
| 247 | &self.aabb |
| 248 | } |
| 249 | |
| 250 | /// Returns the cell size used by the grid |
| 251 | #[inline(always)] |
no outgoing calls
no test coverage detected