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

Method min

splashsurf_lib/src/aabb.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 /// Returns the min coordinate of the bounding box
127 #[inline(always)]
128 pub fn min(&self) -> &SVector<R, D> {
129 &self.min
130 }
131
132 /// Returns the max coordinate of the bounding box
133 #[inline(always)]

Callers 15

seq_resize_and_fillFunction · 0.45
par_resize_and_fillFunction · 0.45
from_aabbMethod · 0.45
enclosing_cellMethod · 0.45
tri_min_max_anglesFunction · 0.45
par_clamp_with_aabbMethod · 0.45
evaluateMethod · 0.45
convert_tris_to_quadsFunction · 0.45
initialize_parametersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected