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

Method max

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

Source from the content-addressed store, hash-verified

132 /// Returns the max coordinate of the bounding box
133 #[inline(always)]
134 pub fn max(&self) -> &SVector<R, D> {
135 &self.max
136 }
137
138 /// Returns whether the AABB is consistent, i.e. `aabb.min()[i] <= aabb.max()[i]` for all `i`
139 /// ```

Calls

no outgoing calls

Tested by 2