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

Method extents

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

Source from the content-addressed store, hash-verified

171 /// ```
172 #[inline(always)]
173 pub fn extents(&self) -> SVector<R, D> {
174 self.max - self.min
175 }
176
177 /// Returns the smallest scalar extent of the AABB over all of its dimensions
178 /// ```

Callers 4

min_extentMethod · 0.80
max_extentMethod · 0.80
centroidMethod · 0.80
from_aabbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected