MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / aabb

Method aabb

splashsurf_lib/src/uniform_grid.rs:246–248  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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)]

Callers 9

try_newMethod · 0.45
initialize_parametersFunction · 0.45
density_grid_loop_neonFunction · 0.45
density_grid_loop_avxFunction · 0.45
evaluate_signMethod · 0.45
evaluateMethod · 0.45
reconstructFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected