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

Method min_extent

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

Source from the content-addressed store, hash-verified

185 /// ```
186 #[inline(always)]
187 pub fn min_extent(&self) -> R {
188 let extents = self.extents();
189 // Use imin indirectly, because min is broken in nalgebra
190 extents[extents.imin()]
191 }
192
193 /// Returns the largest scalar extent of the AABB over all of its dimensions
194 /// ```

Callers

nothing calls this directly

Calls 1

extentsMethod · 0.80

Tested by

no test coverage detected